Clone the repo, then run the bootstrap script to install dependencies and copy dotfiles to your home directory:
git clone https://github.com/pjquirk/dotfiles.git ~/dotfiles
~/dotfiles/script/bootstrapPull — get the latest dotfiles from the remote and overwrite your local copies:
script/pullPush — copy your local dotfiles into the repo, commit, and push to remote:
script/pushAdd — copy a new file or directory from $HOME into the repo and stage it with git:
script/add ~/.bashrc
script/add ~/.config/some-appThen run script/push to commit and push.