My config files for bash, vim, etc.
git clone https://github.com/cberzan/dotfiles.git
cd dotfiles
./deploy.py
# then there are some manual steps at the bottom of deploy.pyTo convert the read-only repo to a push-allowed repo (assuming the proper ssh keys are
in place), make the following edit to .git/config:
-url = https://github.com/wmusial/dotfiles.git
+url = git@github.com:cberzan/dotfiles.git
Add the machine's ssh key to github config, then clone from
git@github.com:cberzan/dotfiles.git instead of the HTTPS URL.
Alternatively, edit the URL in .git/config.
cd nvim-packages
git submodule add https://github.com/kana/vim-arpeggio.git