- Git (2.0+)
- Vim (8.0+) - Vim installed via Homebrew
$ mkdir .dotfiles
$ git clone git@github.com:bdielman/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
# Create directory and install minpac
$ mkdir -p vim/pack/minpac/opt/
$ git clone https://github.com/k-takata/minpac.git vim/pack/minpac/opt/minpac
# Install/update plugins (while in Vim)
:PackUpdate
# Add the plugin to packages.vim file
call minpac#add('[github_user_name]/[github_repo_name]')
# Intall/update plugins (while in Vim)
:PackUpdate
# Delete the line for the plugin from packages.vim file
# Run minpac clean (while in Vim)
:PackClean
$ bash symlinkit.sh
Running the symlinkit script will delete (if they already exist) and recreate the symlinks in HOME.
I have a few people to thank for help and inspiration in getting this up and running: