Skip to content

Instantly share code, notes, and snippets.

View nilstgmd's full-sized avatar
💭
🚀

Nils Meder nilstgmd

💭
🚀
  • Adobe Systems Engineering
  • Hamburg, Germany
  • 23:16 (UTC +02:00)
View GitHub Profile
@reevik
reevik / AdobeLogo
Created May 21, 2015 23:45
Adobe ASCII Art Logo in Red for MOTD
@gcatlin
gcatlin / gist:1847248
Created February 16, 2012 19:43
Install specific version of Homebrew formula
brew update
brew versions FORMULA
cd `brew --prefix`
git checkout HASH Library/Formula/FORMULA.rb # use output of "brew versions"
brew install FORMULA
brew switch FORMULA VERSION
git checkout -- Library/Formula/FORMULA.rb # reset formula
## Example: Using Subversion 1.6.17
#