Skip to content

Instantly share code, notes, and snippets.

@mycargus
Created June 28, 2016 15:11
Show Gist options
  • Save mycargus/845551a6ffbacc9d8470f6fefe08fcd3 to your computer and use it in GitHub Desktop.
Save mycargus/845551a6ffbacc9d8470f6fefe08fcd3 to your computer and use it in GitHub Desktop.
Migrating Homebrew casks to new default location. Source: https://github.com/caskroom/homebrew-cask/issues/21913
mv /opt/homebrew-cask/Caskroom /usr/local
brew cask install --force $(brew cask list)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment