git clone https://github.com/JulioJu/vimrc ~/.vim
cd .config && ln -s ../.vim nvim
-
Install Vim Plug https://github.com/junegunn/vim-plug
-
Launch Neovim
ln -s ~/.vim/dotFilesOtherSoftwareVimCompliant/zshrc ~/.zshrc
Install zplug https://github.com/zplug/zplug
If you install zplug with git clone
chmod -R 755 .zplug
Into your .zshrc
source ~/.zplug/init.sh
After the end of the installation launch a new instance of zsh
. If you have
launched zplug before steps above, remove .zplug
directory.
ln -s ~/.vim/dotFilesOtherSoftwareVimCompliant/tigrc ~/.tigrc
For ubuntu, do not install FZF via package manager. It is outdated. junegunn/fzf#2996 (comment)
Install it thanks git. Currently, in our .zshrc file, it's the fzf installed on ~/.fzf that is used.
The project is under MIT License