- Install oh-my-zsh:
via curl
`$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"`
via wget
`$ sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"`
-
Set up oh-my-zsh
$ git clone [email protected]:qiu363/zsh.git $ cp zshrc ~/.zshrc
-
Install autojump
$ git clone git://github.com/joelthelion/autojump.git $ cd autojump $ ./install.py or ./uninstall.py