It performs the follwing actions:
- Install zsh and oh-my-zsh(https://github.com/robbyrussell/oh-my-zsh)
- Install font for using powerline
- Install some CLI tools
- git, wget, curl, cscope, ctags, screen, tmux, tig, silversearcher-ag, pkg-config, llvm, cmake, vim
- Copy some files for configuration of CLI tools
- .vim, .vimrc, .tmux.conf, .screenrc, .tigrc, .gitignore_global
- Copy scripts for cscope and ctags
cd vimSettings
sh ./install.sh
For management Vim plugins refer to https://github.com/VundleVim/Vundle.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Launch vim and run ":PluginInstall" in command mode
- $ ctags -R --sort=1 --c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++ -f ~/.vim/cpptags /usr/local/include/c++/[version]
- $ ctags -R -f ~/.vim/systags --c-kinds=+p /usr/include /usr/local/include
brew remove ctags
brew install --HEAD universal-ctags/universal-ctags/universal-ctags
- Refer to https://code.visualstudio.com/
- Install plugin "Open in Vim" and setting up.