Skip to content

Instantly share code, notes, and snippets.

@aronpc
Created February 12, 2016 13:18
Show Gist options
  • Save aronpc/1803a5f0cfd084dc3871 to your computer and use it in GitHub Desktop.
Save aronpc/1803a5f0cfd084dc3871 to your computer and use it in GitHub Desktop.
Gnome Terminal Solarized
cd
wget --no-check-certificate https://raw.github.com/seebi/dircolors-solarized/master/dircolors.ansi-dark
mv dircolors.ansi-dark .dircolors
eval `dircolors ~/.dircolors`
cd
wget --no-check-certificate https://raw.github.com/seebi/dircolors-solarized/master/dircolors.ansi-light
mv dircolors.ansi-light .dircolors
eval `dircolors ~/.dircolors`
git clone https://github.com/sigurdga/gnome-terminal-colors-solarized.git
cd gnome-terminal-colors-solarized
./set_dark.sh
./set_light.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment