Skip to content

Instantly share code, notes, and snippets.

@line-o
Last active July 21, 2016 08:34
Show Gist options
  • Select an option

  • Save line-o/1e952630b698659dfbd53d8a25e5210a to your computer and use it in GitHub Desktop.

Select an option

Save line-o/1e952630b698659dfbd53d8a25e5210a to your computer and use it in GitHub Desktop.
force reinstallation of all currently installed casks
#!/usr/bin/env zsh
brew cask install --force $(brew cask list)
@line-o
Copy link
Copy Markdown
Author

line-o commented Jul 21, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment