managing dotfiles with gnu stow - GNU/Linux
Users browsing this thread: 2 Guest(s)
|
|||
git : version your dotfiles, save them online, as well as previous copies.
stow: symlink file manager, you can see it as a smart way to deploy your versionned dotfiles so basically: Code: git clone git://url.to/my-dotfiles.git ~/etc (I don't know the syntax or whatsover, just explaining how you could use it) |
|||