This is a repository for managing dotfiles by using stow
. Read more about how to do this at http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html.
cd
git clone https://github.com/edwinksl/dotfiles.git
cd dotfiles/
- List directory structure:
tree -a -I ".git"
- Copy symlinks for all packages:
stow --adopt */
- Delete symlinks for all packages:
stow -D */
- Restow all packages:
stow -R */
- Check
~
for bogus symlinks:chkstow -t ~
stow
documentation: https://www.gnu.org/software/stow/manual/stow.html