Back up of dotfiles.
First be sure you have homebrew installed.
xcode-select --install
cd /usr/local
mkdir homebrew
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
Use brew to install neovim
brew install neovim
git clone git@github.com:pixelfuture/dotfiles.git
ln -s ~/dotfiles/nvim ~/.config/nvim
| File Name | Description |
|---|---|
| .zshrc | zsh config file |
| .config/nvim | neovim config file |
| vim-plugins.txt | list of currently installed vim plugins |