bash + tmux + vim
curl https://raw.githubusercontent.com/wtmlon/dotfiles/master/bootstrap.sh | bash
wget -O - https://raw.githubusercontent.com/wtmlon/dotfiles/master/bootstrap.sh | bash
- Mismatch of color in and out of tmux can be fixed by set $TERM=xscreen-256color (Out of tmux)
- cannt display Chinese in tmux(Use tmux -u to start an tmux session)