hjerpbakk / dotfiles

Scripts for making a new macOS install usable.
https://hjerpbakk.com/
MIT License
0 stars 0 forks source link

Write install instructions #2

Open hjerpbakk opened 7 years ago

hjerpbakk commented 7 years ago

just install it (aka "I need it now!")

It's checked into my .dotfiles repo; so, you can install it quickly into your ~/binwith:

$ curl -L https://raw.githubusercontent.com/eduncan911/dotfiles/master/bin/brew-cask.sh --create-dirs -o ~/bin/brew-cask.sh $ chmod 755 ~/bin/brew-cask.sh

Then use it like so:

$ brew-cask.sh $ brew-cask.sh upgrade

If you dont have ~/bin in your path, prefix ~/bin/ to the above statements.