From 34c99609dbe1da3bbccf273b8e87bd4cae99489d Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sat, 2 Oct 2021 13:02:41 +0200 Subject: [PATCH] :memo: update brewfile --- setup-dev-machine.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup-dev-machine.md b/setup-dev-machine.md index 80873f9..199fa38 100644 --- a/setup-dev-machine.md +++ b/setup-dev-machine.md @@ -1,7 +1,8 @@ # Mac -Use `brew bundle` to automatically download and install your `brewfile`: +Use `brew bundle` to automatically download and install software from your `brewfile`. +### `brewfile` ``` tap "homebrew/cask" brew "tree" @@ -16,6 +17,7 @@ cask "docker" cask "vlc" cask "disk-inventory-x" cask "rekordbox" +cask "clickup" ``` # Linux