- bash_profile
- bashrc
- gitconfig とかもろもろ。 セキュアな情報は含めないように注意する
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew -v
brew install git
git --version
git clone https://github.com/yyuu/pyenv.git ~/.pyenv
git clone https://github.com/riywo/ndenv ~/.ndenv
brew install rbenv ruby-build
brew install neovim/neovim/neovim
mkdir -p ~/.config/nvim/dein/repos/github.com/Shougo/dein.vim
git clone https://github.com/Shougo/dein.vim ~/.config/nvim/dein/repos/github.com/Shougo/dein.vim