myzsh is basically my personal zsh config including a couple of features i fancy to have on my systems. it is highly based on the functionality and design of oh-my-zsh. ###installation ```bash wget https://raw.github.com/beyondthewall/myzsh/master/install.sh; \ chmod +x install.sh; ./install.sh; rm install.sh ``` ###resources - https://github.com/robbyrussell/oh-my-zsh - http://grml.org/zsh/zsh-lovers.html