Skip to content

Instantly share code, notes, and snippets.

@sinadarvi
Last active May 18, 2023 15:40
Show Gist options
  • Select an option

  • Save sinadarvi/7b7178cb3cf9a605ab04700cae05287a to your computer and use it in GitHub Desktop.

Select an option

Save sinadarvi/7b7178cb3cf9a605ab04700cae05287a to your computer and use it in GitHub Desktop.
Terminal + Oh My Zsh + Solarized + Powerlevel9k fonts - (Ubuntu)

Install git and curl

sudo apt-get install git
sudo apt-get install curl

Install ZSH

sudo apt-get install zsh

Install oh-my-zsh with curl

sh -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.

Clone and Install Powerlevel9k

git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k

after installing you should configure ~/.zshrc and set ZSH_THEME="powerlevel9k/powerlevel9k"

Install Some fonts

Some Configuration

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