Adapted from https://github.com/nfarrar/dotfiles
The dotfiles are stored in separate branches and intended to be managed by vcsh. Some of them also depend on the utilities in utils. To set up on a new system:
# common settings
vcsh clone -b common [email protected]:wisnij/dotfiles.git dotfiles
# system-specific settings (optional)
vcsh clone -b linux [email protected]:wisnij/dotfiles.git dotfiles-linux
vcsh clone -b osx [email protected]:wisnij/dotfiles.git dotfiles-osx
# ...
# optional, but recommended
vcsh foreach config status.showUntrackedFiles no