Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 938 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 938 Bytes

DOTFILES

Backup of my dotfiles using GNU Stow.

To use the dotfiles, clone this repo and run

stow .

To add more configs to this folder use:

stow -v -R -t ~/.config .config

Note

Use the -n option to simulate the changes without applying them.

systemd-services

In .config/systemd/users/ some systemd services can be found. If the dotfiles are added to a new machine, run

systemd --user daemon-reload
systemd --user enable taskwarrior_daily.timer
systemd --user enable taskwarrior_high_council.timer

systemd --user start taskwarrior_daily.timer
systemd --user start taskwarrior_high_council.timer
service description
taskwarrior_daily creates a task for the Daily meeting in taskwarrior every day
taskwarrior_high_council creates a task for the High Council meeting in taskwarrior every day