My config files
- Installed Plugins
- Colorschemes
- Features
- ls coloured output
- alias for g++
- custom prompt
- alias for gvim(macvim)
# if you don't have vim-plug installed
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ git clone https://github.com/htmlgod/dotfiles
$ cd dotfiles
$ ./install.sh
# yes[y] to overwrite
# after that
$ vim ~/.vimrc
:PlugInstall
# YouCompleteMe Install (Xcode required)
$ brew install cmake macvim python
$ brew install mono go nodejs
$ cd ~/.vim/plugged/YouCompleteMe
$ ./install.py --clangd-completer
# if python dependencies error:
$ brew reinstall python
$ brew reinstall python3