- 🚀
stow <directory>is enough add the desired configuration to your system. - ⛔
stowwill warn you before breaking anything (if you have dotfiles for that program already). - 🔐
filename.localfiles are placeholders forfilenamefiles, that are not tracked.
- Clone the repo.
- Set-up
stowwithstow -t ~ stow, so it is easier to use. - Install whatever module you want by doing
stow <directory>.- Check if there are any
*.localfiles in there and set those up before you stow.
- Check if there are any
Dotfiles can be refreshed by running stow <directory> again, if any files are
added to the repo and need to be symlinked.
The dotfiles are organized per program, each folder following a structure with
$HOME as root.
This is done so that stow is easy to use to set them up.
stow is a super awesome to manage symlinks.
Well suited for managing dotfiles because of that.
Just read the
docs.