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.sh
For your reference, these themes are used in screenshot:
iTerm2 Color
scheme: Oceanic Darkoh-my-zsh
theme (will be installed): Bullet Train
Introduction of some activated Oh-My-Zsh commands:
- autojump: hit
J
+dir
for a quick navigation - dirhistory: hit
ALT
+LEFT
/RIGHT
navigate the history - sublime: hit
st a.js
to open a file,stt
to open current directory - git: hit
gcl
to clone a repo,ggpush
to push commits
For more plugins, visit https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins.