- base16-shell (included in repo as submodule)
- Vim Plug
- XVim2 (included as submodule for XCode Vim keybindings)
Clone the repo into your home directory:
cd ~
git clone --recurse-submodules https://github.com/adrianbautista/dotfiles.git
Then execute the symlink script from the new dotfiles directory:
cd ~/dotfiles
./setup.sh
Edit the content of .user_variables
and .user_gitconfig
in the dotfiles directory to store sensitive user variables and keys:
# EXAMPLE .user_variables
export KEY=value
# EXAMPLE .user_gitconfig
[user]
name = "Your Name"
email = [email protected]
If using homebrew on Mac OSX:
brew bundle --file=~/dotfiles/Brewfile
Link the completions
brew completions link