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://bitbucket.org/beyondthewall/myzsh/raw/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