LoginSignup
0
0

More than 3 years have passed since last update.

brew cask のコマンド

Last updated at Posted at 2019-11-24

背景

いつも忘れるので、自分用にメモする。

brew cask コマンド(設定方法)

公式 はここ。ここですべてわかる。
日本語がいい場合は、homebrew-caskとはここを見たらわかる。
あとbrew caskが、すごく便利だったことを今更ながらに知った件もわかりやすい。

使い方

公式にも書いてるし、brew caskが、すごく便利だったことを今更ながらに知った件でも言われているが、'''brew cask search ○○''' で探すよう記載されるサイトもあるが、これはエラーになる。
以下のサンプルで探す。

xxx-xxx% brew search google 

他、使い方は brew cask で出る。
```
xxx-xxx% brew cask
Homebrew Cask provides a friendly CLI workflow for the administration
of macOS applications distributed as binaries.

Commands:

--cache    display the file used to cache the Cask
audit      verifies installability of Casks
cat        dump raw source of the given Cask to the standard output
create     creates the given Cask and opens it in an editor
doctor     checks for configuration issues
edit       edits the given Cask
fetch      downloads remote application files to local cache
home       opens the homepage of the given Cask
info       displays information about the given Cask
install    installs the given Cask
list       with no args, lists installed Casks; given installed Casks, lists staged files
outdated   list the outdated installed Casks
reinstall  reinstalls the given Cask
style      checks Cask style using RuboCop
uninstall  uninstalls the given Cask
upgrade    upgrades all outdated casks
zap        zaps all files associated with the given Cask

See also "man brew-cask"
```

0
0
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
0
0