From f2f6cafab68cc7b723a7d25feecb800d6522db55 Mon Sep 17 00:00:00 2001 From: Nicholas Chen Date: Mon, 16 Sep 2019 21:54:09 -0400 Subject: [PATCH 1/2] Publish frequently used Homebrew Cask commands Publish frequently used Homebrew Cask commands which I have found useful. --- homebrew.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homebrew.md b/homebrew.md index 57507b69d..13b1f1be1 100644 --- a/homebrew.md +++ b/homebrew.md @@ -36,6 +36,13 @@ category: CLI | `brew list` | List installed | | `brew outdated` | What's due for upgrades? | +### Brew Cask commands (for interacting with graphical applications) + +| Command | Description | +| --- | --- | +| `brew cask install firefox` | Install the Firefox browser | +| `brew cask list` | List installed applications | + ## Also see {: .-one-column} From ccd9127c52b5929f22d752f2671e2cf10a31242d Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 25 Sep 2019 10:11:33 +1000 Subject: [PATCH 2/2] Update homebrew.md --- homebrew.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homebrew.md b/homebrew.md index 13b1f1be1..a26b43ba6 100644 --- a/homebrew.md +++ b/homebrew.md @@ -36,13 +36,15 @@ category: CLI | `brew list` | List installed | | `brew outdated` | What's due for upgrades? | -### Brew Cask commands (for interacting with graphical applications) +### Brew Cask commands | Command | Description | | --- | --- | | `brew cask install firefox` | Install the Firefox browser | | `brew cask list` | List installed applications | +Cask commands are used for interacting with graphical applications. + ## Also see {: .-one-column}