Created
February 12, 2016 13:18
-
-
Save aronpc/1803a5f0cfd084dc3871 to your computer and use it in GitHub Desktop.
Gnome Terminal Solarized
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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