https://github.com/powerline/fonts/raw/master/SourceCodePro/Source%20Code%20Pro%20for%20Powerline.otf
brew install vim --with-override-system-vi
.bash_profile
alias vim="/usr/local/opt/vim/bin/vim"
brew tap caskroom/versions
brew cask install java8
Run command below to install dependency
brew install plantuml
brew install tmux
brew install go
.bash_profile
export GOPATH="${HOME}/.go"
export GOROOT="$(brew --prefix golang)/libexec"
export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin"
Open Vim and execute :GoInstallBinaries