Last active
July 21, 2016 08:34
-
-
Save line-o/1e952630b698659dfbd53d8a25e5210a to your computer and use it in GitHub Desktop.
force reinstallation of all currently installed casks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env zsh | |
| brew cask install --force $(brew cask list) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from Homebrew/homebrew-cask#21913 (comment)