Skip to content

Instantly share code, notes, and snippets.

View lpuv's full-sized avatar
😸
Programming & Gaming

#!/bin/cat lpuv

😸
Programming & Gaming
View GitHub Profile
@lpuv
lpuv / install.rb
Last active March 5, 2019 17:12 — 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 = ''
HOMEBREW_PREFIX = "#{YOUR_HOME}/usr/local"
HOMEBREW_CACHE = '/Library/Caches/Homebrew'
HOMEBREW_REPO = 'https://github.com/Homebrew/brew'