local user_host="%B%(!.%{$fg[red]%}.%{$fg[green]%})%n@%m%{$reset_color%} "
local user_host="%B%(!.%{$fg[red]%}.%{$fg[green]%})%n%{$fg[white]%}@%{$fg[cyan]%}%m%{$reset_color%} "
- INSTALLING ZSH
Ubuntu, Debian & derivatives (WSL on Windows 10)
sudo apt-get install zsh zsh-common zsh-doc
- Oh My Zsh
Basic Installation
https://github.com/robbyrussell/oh-my-zsh#basic-installation
Oh My Zsh is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl or wget.
- via curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- via wget
sh -c "$(wget -O- https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Change your default shell
sudo chsh -s $(which zsh)
On ZSH with on-my-zsh:
Via curl
Copy, Paste and press Enter... this:
bash -c "$(curl -fsSLN https://raw.githubusercontent.com/DaniSheng/bira-colors-modded.zsh-theme/master/install.sh)"