This is the oh-my-zsh
configuration I use. It basically sets the theme, plugins and some aliases.
In order to install you need oh-my-zsh
. Then you can install the config doing the following:
cd ~/.oh-my-zsh/custom/
git clone https://github.com/windler/zshrc.git
ln -s zshrc/base_rc.zsh base_rc_lnk.zsh
zsh
The used theme needs special fonts. You may install PowerlineFonts (https://github.com/powerline/fonts).
I use 15pt Hack Regular
.
I use iTerm2 with Solarized Dark
color-theme.
Append if you want to ~/.zshrc
plugins=(
git
docker
npm
brew
composer
sudo
git-extras
history
zsh-phpunit-docker #(see my repo)
zsh-ws-conv #(see my repo)
)