|
|
|
|
|
by kornish
3380 days ago
|
|
For anyone interested in this topic, [0] contains the best setup I've found for storing dotfiles in a git repo, then linking them with GNU Stow. Steps are just: git clone https://github.com/me/my-dotfile-repo
cd my-dotfile-repo
stow --target=$HOME zsh
stow --target=$HOME vim
...
Elegant, cross-platform, easy to remember.[0]: http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to... |
|