- dotfile types
- zsh
- tmux
- vim
- (powerline)
- atom
- TargetOS
- Linux
- Mac
sh ./setup-all.sh
事前にインストールする
- zsh
- git
- python + pip
- (mac)HomeBrew
- peco
brew install wget
brew install python
brew install peco
powerlineを使用するためにpipをインストールする
mkdir ~/tmp
cd ~/tmp
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
pip install --user powerline-status
~/.zshrc.localは環境依存の処理を定義する powerlineを使用する場合 POWERLINE_PATH="[powerlineのパス]" の設定を含める
dotfiles/.zshrc.[hostname] のファイルが存在すればsetup時に初期設定として使用される