This is my collection of zsh / tmux / osx / brew / git / ... configurations.
# Install required CLI tools
xcode-select --install
# Clone this repo and initialize everything
# Better checkout install.sh and customize it before start
git clone https://github.com/chuyik/dotfiles.git ~/dotfiles
./dotfiles/install.sh# Clone this repo and initialize everything
# Better checkout install.sh and customize it before start
git clone https://github.com/chuyik/dotfiles.git ~/dotfiles
./dotfiles/install.shFor your reference, these themes are used in screenshot:
iTerm2 Colorscheme: Oceanic Darkoh-my-zshtheme (will be installed): Bullet Train
Introduction of some activated Oh-My-Zsh commands:
- autojump: hit
J+dirfor a quick navigation - dirhistory: hit
ALT+LEFT/RIGHTnavigate the history - sublime: hit
st a.jsto open a file,sttto open current directory - git: hit
gclto clone a repo,ggpushto push commits
For more plugins, visit https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins.