Skip to content

Instantly share code, notes, and snippets.

@leonardwall
leonardwall / homebrew.md
Last active December 14, 2023 17:56 — forked from indiesquidge/homebrew.md
How to and Best of Homebrew

Homebrew

Keep It Clean

With all this awesomeness, it's easy to forget that these tools need to be polished and take care of to perform correctly. I'll make it easy for you with a few aliases I created:

alias brewup='brew update; brew upgrade; brew cleanup --prune-prefix; brew autoremove; brew cleanup; brew doctor'

brewup will make it easy to keep homebrew neat. brew update will fetch the newest version of Homebrew and all formulae form GitHub using git. brew upgrade will upgrade outdated formulae. brew cleanup will remove any older versions of packages that you have, keeping things up to date. And last, brew doctor will check your system for potential problems. If no problems exist, you should see Your system is ready to brew after the doctor command runs.

@leonardwall
leonardwall / osx_install.sh
Created April 17, 2020 01:49 — forked from t-io/osx_install.sh
Install most of my Apps with homebrew & cask
#!/bin/sh
echo Install all AppStore Apps at first!
# no solution to automate AppStore installs
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Install and Set San Francisco as System Font
ruby -e "$(curl -fsSL https://raw.github.com/wellsriley/YosemiteSanFranciscoFont/master/install)"
echo Install Homebrew, Postgres, wget and cask
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

Keybase proof

I hereby claim:

  • I am leonardwall on github.
  • I am ricochetrabbit (https://keybase.io/ricochetrabbit) on keybase.
  • I have a public key ASCxagzsyrxEQDxnek-fFmWBk8D-YurCLC3E8F-AncwuyAo

To claim this, I am signing this object: