diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-03-10 16:34:34 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-03-10 16:34:34 +0100 |
| commit | b25c8a2572fd4cfa453d69c7c7e811bcae02a357 (patch) | |
| tree | 67ad5362e3a040489dc9e5cf4d028e8a48ff10b1 | |
| parent | d7f970a7a52b6e84adf7c11b4bfa57ffff949f96 (diff) | |
Update the brew casks and disable analytics
| -rw-r--r-- | Brewfile | 2 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -80,4 +80,4 @@ brew "terraform" cask "google-cloud-sdk" cask "docker" brew "sshuttle" -cask "goland" +cask "intellij-idea" @@ -9,6 +9,7 @@ git clone https://git.sr.ht/~a14m/.rc ~/.rc cd ~/.rc ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +brew analytics off brew tap Homebrew/bundle brew bundle ``` |
