Michael's configuration files for power tools
If you don't install these power tools, please install them. On MAC OS, it's recommended to use brew
git clone
cd dotfiles
chmod +x install.sh
./install.sh
zsh is configured with help of oh-my-zsh. Taking MAC OS as an example to show How to let zsh as default shell on Mac OS ?
chsh -s /usr/local/bin/zsh $USER
sudo echo /usr/local/bin/zsh >> /etc/shells
iTerm is my favority terminal emulator on MAC OS X. It have wonderful features, e.g.
- Mouseless Copy
- Trigger
- Captured Output
- Autocomplete
- Paste History & Advanced Paste
My profiles change set:
- Text page: use Anonymice Powerline as Font and Non-ASCII Font
- Terminal: Report Terminal Type is xterm-256color-italic
- Advanced -> Trigger
- Regular Expression: ^([a-zA-Z0-9+/.-]+):([0-9]+):[0-9]+: (?:error|warning):
- Action: Capture Output
- Parameters: echo :e +\2 \1
- colors presets: guvbox, Solarized Dark(builtin)
How to reset settings to default ?
defaults delete com.googlecode.iterm2