- Git >= 2.7.0 (for brew)
- bash
-
Install Git and setup connections to GitHub
-
Clone this repository at
${HOME}
cd git clone [email protected]:cromz22/dotfiles.git
-
Execute
install.sh
. This script creates symlinks to the dotfiles and installs the following tools and some useful tools that can be installed with them.cd dotfiles bash install.sh
-
Install neovim somewhere and set PATH
- If you have brew,
brew install nvim
- Else, install from tarball
- Open nvim/vim and type
:PlugInstall
- If you have brew,