Last active
May 18, 2023 15:40
-
-
Save sinadarvi/7b7178cb3cf9a605ab04700cae05287a to your computer and use it in GitHub Desktop.
Terminal + Oh My Zsh + Solarized + Powerlevel9k fonts - (Ubuntu)
sudo apt-get install git
sudo apt-get install curlsudo apt-get install zshsh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"you can now restart your terminal if everything is the same, restart your pc.
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9kafter installing you should configure ~/.zshrc and set ZSH_THEME="powerlevel9k/powerlevel9k"
- Meslo download and install
- Source Code Pro download and install
- Others @ powerline fonts
Now go to terminal preference and change the font and Text and background color and Palette built-in scheme to solarized color and then done! if you want, you can do some configuration more.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
