This is inspired by yoshiori Thanks to the origin author!
Because oh-my-zsh is very slow in Cygwin(caused by git and haven't fixed this problem), I tried to write another config for zsh. See zsh-sen
-
install oh-my-zsh
-
cd to your-dir
-
git clone git://github.com/SenZhangAI/oh-my-zsh-sen.git
-
cd oh-my-zsh-sen
-
configure your favorite plugins in
plugins.conf
, for example:
(Notice that you may need to remove vi-mode
plugin if you don't familiar with vim)
# List of plugins, if you don't need some plugins, just comment them by `#`
## Attention: zsh-syntax-highlighting must be the last plugin
git
z
#vi-mode
#docker
#vagrant
zsh-syntax-highlighting
-
./install.sh
-
source ~/.zshrc
-
cd oh-my-zsh-sen
-
./uninstall.sh
-
delete plugins related in
~/.zshrc