Skip to content

Instantly share code, notes, and snippets.

View rserranon's full-sized avatar
🎯
Focus

Robert rserranon

🎯
Focus
View GitHub Profile
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active July 23, 2024 04:22
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@sourcerebels
sourcerebels / .gitignore
Created June 28, 2011 15:53
Mi .gitignore para Grails a ser mejorado
target/
web-app/plugins/
web-app/WEB-INF/classes/
.classpath
.project
.settings
@chanwit
chanwit / switch.sh
Created June 27, 2010 10:09
Grails Switcher
pushd $PWD
cd $GRAILS_HOME/..
unlink current
ln -s grails-$1 current
popd