Using GNU Stow to manage your dotfiles
brandon.invergo.net
Using GNU Stow to manage your dotfiles
1–10 of 73 posts
Re: Using GNU Stow to manage your dotfiles
#2I totally disagree. I love having much of my home directory in git. I have a .gitiignore for the stuff I don't want in there, but the rest. Ahhhhh, so nice to be able to clone somewhere else and use.
Re: Using GNU Stow to manage your dotfiles
#3Re: Using GNU Stow to manage your dotfiles
#4 $ ls -A
.gitconfig@ .hushlogin .local/ .notes/ .ssh/ www@ .zshrc@
All other dotfiles are configured to be picked up from somewhere inside .local either using environment variables or aliases.[1] On the other hand, the laptop -- where I run X and gnome -- is a disaster.
Re: Using GNU Stow to manage your dotfiles
#5https://bitbucket.org/davidn/dotstuff
I settled on copying rather than symlinking, which has the benefit that the source files can be passed through a simple preprocessor to do some customization for different systems. Also you can get a diff between your current files and the state that you just synced.
Re: Using GNU Stow to manage your dotfiles
#6but many/most dotfiles reside at the top-level of your home directory, where it wouldn't be a good idea to initialize a VCS repository I totally disagree. I love having much of my home directory in git. I have a .gitiignore for the stuff I don't want in there, but the rest. Ahhhhh, so nice to be able to clone somewhere else and use.
Re: Using GNU Stow to manage your dotfiles
#7Re: Using GNU Stow to manage your dotfiles
#8Re: Using GNU Stow to manage your dotfiles
#9but many/most dotfiles reside at the top-level of your home directory, where it wouldn't be a good idea to initialize a VCS repository I totally disagree. I love having much of my home directory in git. I have a .gitiignore for the stuff I don't want in there, but the rest. Ahhhhh, so nice to be able to clone somewhere else and use.
status --short --branch --untracked=no
[1] https://github.com/cespare/dotfiles/blob/master/.gitconfig#L...Re: Using GNU Stow to manage your dotfiles
#10http://episodes.gitminutes.com/2013/06/gitminutes-13-richard...