From 67a30b5955d4b5b8e21dee5ef86d4c1b60641935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Alem=C3=A1n?= Date: Mon, 12 Feb 2024 10:24:50 -0600 Subject: [PATCH] feature: add mac apps to homebrew --- mac | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mac b/mac index b7196c5..2fe3b59 100755 --- a/mac +++ b/mac @@ -127,6 +127,14 @@ brew "zlib" # Databases brew "mysql-client@5.7", link: true brew "libpq", link: true + +# Mac apps +cask "1password" +cask "docker" +cask "google-chrome" +cask "iterm2" +cask "rectangle" +cask "slack" EOF if [ ! -d "$HOME/.asdf" ]; then