What I use for all computers
cd ~/wherever
# Use the link to your fork
git clone https://github.com/BrandonRoehl/dotfiles.git
# The folder just made
cd dotfiles
./init
# Plug Install
vim +PlugInstall
git clone --recursive https://github.com/BrandonRoehl/dotfiles.git
Or remember to after cloning for the submodules
git submodule init
git submodule update --recursive
vim +PlugInstall
- Fork it
- Commit change and share!
sudo ./installLinuxBrew