Skip to content

Instantly share code, notes, and snippets.

View albertovilla's full-sized avatar

Alberto Villa albertovilla

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@albertovilla
albertovilla / gnome_solarized_shell.sh
Created January 8, 2012 17:11
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`