This is a Python Command Line Tool that automatically setup a fancy zsh environment for you, and of course you can customize futher later, the default configuration is my own customized version of [oh-my-zsh].
Hope it will accelerate your customization procedure of your own coding environment.
Disclaimer: Listen My Zsh works best on macOS and Linux.
- Unix-like operating system (macOS or Linux).
- Zsh should be installed (v4.3.9 or more recent). If not pre-installed (
zsh --version
to confirm), check the following instruction here: Installing ZSH. - curl or wget should be installed.
- git should be installed.
- oh-my-zsh should be installed. If not pre-installed, check the following instruction here: Installing oh-my-zsh; Or you could simply run:
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
in your terminal.
via wget
bash -c "$(wget https://raw.githubusercontent.com/Listen180/listen-my-zsh/master/tools/install.sh -O -)"
via curl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Listen180/listen-my-zsh/master/tools/install.sh)"