summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-03-10 16:34:34 +0100
committerAhmed Abdelhalim <[email protected]>2022-03-10 16:34:34 +0100
commitb25c8a2572fd4cfa453d69c7c7e811bcae02a357 (patch)
tree67ad5362e3a040489dc9e5cf4d028e8a48ff10b1
parentd7f970a7a52b6e84adf7c11b4bfa57ffff949f96 (diff)
Update the brew casks and disable analytics
-rw-r--r--Brewfile2
-rw-r--r--README.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/Brewfile b/Brewfile
index 5ecda41..3879458 100644
--- a/Brewfile
+++ b/Brewfile
@@ -80,4 +80,4 @@ brew "terraform"
cask "google-cloud-sdk"
cask "docker"
brew "sshuttle"
-cask "goland"
+cask "intellij-idea"
diff --git a/README.md b/README.md
index fb2e01a..26b2ae8 100644
--- a/README.md
+++ b/README.md
@@ -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
```