Skip to content

Commit

Permalink
Add mac app store
Browse files Browse the repository at this point in the history
  • Loading branch information
sysless committed Dec 7, 2022
1 parent 04c1dd2 commit 74e9218
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,19 @@ if [ `uname` == "Darwin" ]; then
brew install ack colordiff python jq nvm telnet yarn fastlane cocoapods

# Sharp (https://github.com/lovell/sharp/issues/2460#issuecomment-740467735)
brew install pkg-config glib zlib vips libjpeg-turbo libpng webp
brew install pkg-config glib zlib vips libjpeg-turbo libpng webp mas

# Cask
brew install --cask spectacle google-chrome vlc alfred spotify android-file-transfer discord whatsapp firefox superhuman loom homebrew/cask-drivers/elgato-control-center
# Cask Dev
brew install --cask visual-studio-code android-studio aws-vault docker figma
# Mac App Store
mas install 803453959 # Slack
mas install 497799835 # Xcode
mas install 1437809329 # Surfshark VPN
mas install 425424353 # The Unarchiver
mas install 1193539993 # Brother iPrint&Scan
mas upgrade

# React Native
brew install android-platform-tools watchman
Expand Down

0 comments on commit 74e9218

Please sign in to comment.