Brewfile で諸々必要なアプリケーションをインストールした後、環境作りの手順を。
- zsh
- go
- ghq peco hub
- vim
- tmux
https://github.com/sorin-ionescu/prezto
see Installation https://github.com/sorin-ionescu/prezto#installation
https://qiita.com/itkrt2y/items/0671d1f48e66f21241e2
brew install go
export GOPATH=$HOME
export PATH=$PATH:$GOPATH/bin
brew tap motemen/ghq
brew install ghq
brew install peco
brew install hub
https://github.com/splhack/macvim-kaoriya/releases/tag/20171221 ~/.zshrc に
if [ -f /Applications/MacVim.app/Contents/MacOS/Vim ]; then
alias vi='env LANG=ja_JP.UTF-8 /Applications/MacVim.app/Contents/MacOS/Vim "$@"'
alias vim='env LANG=ja_JP.UTF-8 /Applications/MacVim.app/Contents/MacOS/Vim "$@"'
fi
source ~/.zshrc する
~/.vimrc に
set number
imap <C-j> <esc>
brew install tmux
~/.tmux.conf は以下で。