- neocomplete requires Vim 7.3.885+ compiled with if_lua
brew install fish
ln -s ~/ghq/github.com/hypermkt/dotfiles/fish/ ~/.config/fish
$ ln -s ~/dotfiles/.bashrc ~/.bashrc
$ ln -s ~/dotfiles/.vimrc ~/.vimrc
git config --global user.name "xxx"
git config --global user.email xxx
git config --global alias.s status
git config --global alias.ci commit
git config --global alias.b branch
git config --global core.editor "vim"
git clone https://github.com/CHH/php-build.git ~/.phpenv/plugins/php-build
phpenv install 7.1.9
/bin/sh ./install.sh install dev_tools
/bin/sh ./install.sh upgrade dev_tools