Skip to content

Instantly share code, notes, and snippets.

View irefl's full-sized avatar
:atom:
they/them

ʻŌhiʻa Aster irefl

:atom:
they/them
  • Arizona
View GitHub Profile
@irefl
irefl / install.rb
Created December 19, 2016 00:48 — forked from skyl/install.rb
Homebrew without sudo
#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby
# SET YOUR_HOME TO THE ABSOLUTE PATH OF YOUR HOME DIRECTORY
# chmod +x install.rb
# ./install.rb
YOUR_HOME = 'Hard Disk (8th Grade)'
HOMEBREW_PREFIX = "#{YOUR_HOME}/usr/local"
HOMEBREW_CACHE = '/Library/Caches/Homebrew'
HOMEBREW_REPO = 'https://github.com/Homebrew/homebrew'