Homebrew Brew Cask Cheat Sheet

in #programming7 years ago

Brew Cask Cheat Sheet

<h2>Installing stuff: <ul> <li><code>brew cask install name-of-cask <h2>Check the version of an installed cask: <ul> <li><code>brew cask info name-of-cask <h2>Show all installed casks: <ul> <li><code>brew cask list <h2>Easiest way to upgrade casks: <ol> <li>First, install brew-cask-upgrade <ul> <li><code>brew tap buo/cask-upgrade <li>Fetch the latest version of homebrew cask and all casks <ul> <li><code>brew update <li>View all outdated packages: <ul> <li><code>brew outdated <li>Upgrade all currently installed brew formula <ul> <li><code>brew upgrade <li>Finally, upgrade all your casks <ul> <li><code>brew cu <p dir="auto">And that's it! Hope this helps.