Moves all of the tasks from Todo.org into any org-roam note file. All tasks will then show up in the agenda and be able to be scheduled and searched just like any other task we currently have in the Todo.org file. This is based of the task management blog below. It will add a filetag to any file that has tasks in it. This will then use only those files to build the org agenda so it dose not have to search though every file in the roam database. https://d12frosted.io/posts/2021-01-16-task-management-with-roam-vol5.html The main difference from this blog is that it uses the `tasklist` filetag rather than `projects` as the blogs. This makes much more sense for my use case It also moves all the capture targets to the roam dailies so my main workspace for the day is the daily note. This also moves the refile targets to be the old Todo.org file. I will still be using this for the main backlog and any tasks that don't need to be complete on that day. The current workflow I will be using is capturing into the daily note. If I won't complete it that day, it will either move to the next day or be refiled to be done on another day. |
||
|---|---|---|
| data | ||
| img | ||
| lib | ||
| manifests | ||
| modules | ||
| scripts | ||
| site-modules/core | ||
| .gitignore | ||
| .luacheckrc | ||
| .stylua.toml | ||
| bolt-project.yaml | ||
| bolt.yaml | ||
| hiera.yaml | ||
| Puppetfile | ||
| README.md | ||
Dotfiles EST 2015
Personal system configuration
This is my over complicated system configuation managed with Puppet, containing all the usual tools you would expect from a terminal development workflow.
Prerequisites
Before you consider using this configuration, it is recommended that you have your own repository and you just take what you need from this repository and adapt it to your needs. If you really want this configuration then it is recommended that you fork, review the code and remove anything you don't need.
To install the configuration Puppet Bolt and Git are required to on the system so you can run the install scripts.
Install
NOTE: Currently the only OS supported is Ubuntu MATE, up until 2020 Ubuntu Desktop was used at work so that should have good support but really any Debian system should be OK.
# Clone the repo
git clone https://gitlab.com/adeattwood/dotfiles.git ~/.dotfiles
# Apply the configuration
site-modules/core/files/bin/dotfiles apply
