Skip to content

Instantly share code, notes, and snippets.

@albertovilla
Created January 8, 2012 17:11
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertovilla/1579028 to your computer and use it in GitHub Desktop.
Save albertovilla/1579028 to your computer and use it in GitHub Desktop.
Gnome Solarized Shell
# Set up Solarized shell for Gnome Terminal:
sudo apt-get install git-core
# Setup dircolors:
git clone https://github.com/seebi/dircolors-solarized.git
mv dircolors .dircolors
eval `dircolors ~/.dircolors`
# Then, set up Solarized for GNOME Terminal:
git clone git://github.com/sigurdga/gnome-terminal-colors-solarized.git
cd gnome-terminal-colors-solarized
./install.sh
# And now you can set it to light or dark using the following commands:
./set_dark.sh
./set_light.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment