zshに変更
which zsh | sudo tee -a /etc/shells
chsh -s /bin/zsh
To install Vim with homebrew
brew install vim --with-luajit
dein をインストール
curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
sh ./installer.sh ~/.config/nvim/dein.vim
brew install zplug
tmux plugin
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
NERD font for nvim
brew tap homebrew/cask-fonts
brew cask install font-hack-nerd-font
./setup.shMacの場合
brew install bundle
brew bundle
zsh補完の拡張
brew install zsh-cpmpletions
compinit
chmod go-w /usr/local/sharepowerline
pip install powerline-stautus
sshの設定
$ vim ~/.ssh/config以下を追加
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
以下を実行
$ eval "$(ssh-agent -s)"