๐
Setup Zsh
Table of contents
Setup in Window WSL
Install ZSH
bash
sudo apt-get install zsh
Install oh-my-zsh
bash
sudo apt-get install gitsh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"nano ~/.bashrc
shell
if test -t 1; thenexec zshfi
Changing the Theme of oh-my-zsh
shell
# Find and change thisZSH_THEME="robbyrussell"# To thisZSH_THEME="agnoster"
Setup in Mac
- Addtional Reference - How to Jazz Up Your Bash Terminal