- lucius : https://github.com/vim-scripts/Lucius
- vim-plug : https://github.com/junegunn/vim-plug
- YouCompleteMe : https://github.com/Valloric/YouCompleteMe
- using vim-plug to download
- then
cd ~/.vim/plugged/YouCompleteMe&./install.py --clang-completer - be sure to have
python-dev&python3-devinstalled
- oh-my-zsh : https://github.com/robbyrussell/oh-my-zsh
- Tmux Plugin Manager : https://github.com/tmux-plugins/tpm
- MAGLEV : https://github.com/caiogondim/maglev
- all the same
- using homebrew to download missing package such as CMake, which is needed to install YouCompleteMe
- /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- more information about homebrew : https://brew.sh