... --- ... for your dotfiles.
Do you use lots of programs? Do you like to customize? Do you use several machines for work and play? Well, you already know why.
Something like:
dot config --repo=https://github.com/dustinrc/dotfiles.git
dot pull
dot add --name=vim ~/.vimrc ~/.vim
dot diff
dot commit vim
dot push
dot use bashrc
sudo dot use --location=/etc/ntp.conf ntp:ntp.confOr, very simply:
dot config --repo=https://github.com/dustinrc/dotfiles
dot pull
dot use
dot add .config
dot commit
dot pushEverything...