Dotfiles managed using a bare git repository
curl -Lks https://raw.githubusercontent.com/cpitt/dotfiles/master/.dotfile-manager.sh | /bin/bash
config pull
config add .newFile
config commit -m 'adding .newFile'
config push
Dotfiles managed using a bare git repository
curl -Lks https://raw.githubusercontent.com/cpitt/dotfiles/master/.dotfile-manager.sh | /bin/bash
config pull
config add .newFile
config commit -m 'adding .newFile'
config push