Skip to content

philkoch/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GNU Stow powered dotfiles backup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published