Skip to content

Commit

Permalink
feature: add mac apps to homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoaleman committed Feb 12, 2024
1 parent 64e425a commit 67a30b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mac
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ brew "zlib"
# Databases
brew "[email protected]", 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
Expand Down

0 comments on commit 67a30b5

Please sign in to comment.