LoginSignup
1
1

More than 5 years have passed since last update.

homebrew CASKを一気に更新するワンライナー

Last updated at Posted at 2015-04-06

明示的にバージョンが指定されているもののみになりますが、一気に自動更新する場合のワンライナーとなります。
currentなどで扱われるものはそれぞれ --force で扱う必要があります。

for a in `brew cask list`;do brew cask install ${a};done
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1