Run all the following command from this repo directory
-
Install Neovim
For centos:
sudo yum install -y neovim
For MacOS:
brew install neovim
-
Link the neovim setting and .vimrc
mkdir -p ~/.config/nvim ln -s $PWD/.vimrc ~/.vimrc ln -s $PWD/.config/nvim/init.vim ~/.config/nvim/init.vim
-
Install Vim-plug
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
-
Install neovim plugins
In nvim window
:PlugInstall :UpdateRemotePlugins
-
Restart neovim
Only applies to MacOS Download latest vimr release from https://github.com/qvacua/vimr/releases and copy that into /Applications
echo "source $PWD/alias_setup.sh" >> ~/.bashrc
bash $PWD/git_alias_setup.sh
sudo yum install -y zsh
sudo chsh -s /bin/zsh centos
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
cd $HOME && rm .zshrc && ln -s $HOME/worksetup_public/.zshrc
brew install grep
for GNU grep instead of BSD grep