This git repo is meant to be used as a bare repo, with $HOME as working dir.
Handy installer here,
$ curl https://raw.githubusercontent.com/redraw/dotfiles/master/.dotfiles/install.sh | bashYou can try it inside a docker container (user/pass tester)
$ docker run -it --rm redraw/dotfilesYou can select which recipes to install by running,
$ .dotfiles/setup.shdotfiles command is just an alias to git using $HOME/.dotfiles.git as git dir, and $HOME as work tree.
$ dotfiles add <some-file>
$ dotfiles commit -m "updated x file"
$ dotfiles push