[ Tutorial] Cool!!! Set-Up Terminal LINUX
Sep 11, 2019
Hi good people!
I want to share the article about Themed zsh
Shell for iTerm/Guake Guide :
What you need
- Oh My Zsh
- https://github.com/robbyrussell/oh-my-zsh
- Powerline fonts
- https://github.com/Lokaltog/powerline-fonts
- Oh My Zsh theme
- https://gist.github.com/shaykalyan/f07f9b9a4aafcedb1c36
- iTerm color palette
- https://gist.github.com/shaykalyan/8d9d1ce1d8a2a15f5778
- http://ethanschoonover.com/solarized
Install
Configuration install :
sudo apt install zsh
Set default :
chsh -s /usr/bin/zsh
Set point (2).
Do configuration :
sudo apt install git wget
Download :
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
Do configuration :
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
source ~/.zshrc
Change the value :
nano ~/.zshrc
Set variabel ZSH_THEME="robbyrussell", set with your choice.
ZSH_THEME=”agnoster”
- iTerm
Preferences -> Profiles -> Text -> Change Font
- Change your color palette
- iTerm
Preferences -> Profiles -> Colors -> Load Presets
Regards,
Danang TA