Last active
September 9, 2021 03:54
-
-
Save sujithgokul/4feecd053fda4aecb5272795962a7825 to your computer and use it in GitHub Desktop.
Setup new Mac and install the required apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcode-select --install | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# Specify your defaults in this environment variable | |
export HOMEBREW_CASK_OPTS="--appdir=/Applications --caskroom=/usr/local/Caskroom" | |
brew install mas | |
sleep 30s | |
# MAS -------------------------------------------------------- | |
# 1Password 7 | |
mas install 1333542190 | |
# Affinity Designer | |
mas install 824171161 | |
# Affinity Photo | |
mas install 824183456 | |
# Affinity Publisher | |
mas install 881418622 | |
# Amphetamine | |
mas install 937984704 | |
# Bear | |
mas install 1091189122 | |
# Bitwarden | |
mas install 1352778147 | |
# Canary Mail | |
mas install 1236045954 | |
# CotEditor | |
mas install 1024640650 | |
# DaisyDisk | |
mas install 411643860 | |
#Dropover | |
mas install 1355679052 | |
# GoodNotes | |
mas install 1444383602 | |
# iMovie | |
# mas install 408981434 | |
# Microsoft Excel | |
mas install 462058435 | |
# Microsoft OneNote | |
mas install 784801555 | |
# Microsoft Outlook | |
mas install 985367838 | |
# Microsoft PowerPoint | |
mas install 462062816 | |
# Microsoft Word | |
mas install 462054704 | |
# One Drive | |
mas install 823766827 | |
# Notability | |
mas install 736189492 | |
# Parcel | |
mas install 639968404 | |
# PDF Expert | |
mas install 1055273043 | |
# Pixelmator Pro | |
mas install 1289583905 | |
# Simplenote | |
mas install 692867256 | |
# Spark | |
# mas install 1176895641 | |
# Telegram | |
mas install 747648890 | |
# Toothpicks | |
mas install 998361254 | |
# VPN Unlimited | |
mas install 694633015 | |
mas install 1147396723 | |
# Wipr | |
mas install 1320666476 | |
# MAS -------------------------------------------------------- | |
# Utilities -------------------------------------------------------- | |
# Required for Raycast DND script | |
brew install vitorgalvao/tiny-scripts/calm-notifications | |
# Utilities -------------------------------------------------------- | |
# brew install alfred | |
brew install appcleaner | |
brew install bartender | |
# brew install brave-browser | |
brew install Capto | |
brew install choosy | |
brew install CleanShot | |
brew install contexts | |
brew install dropbox | |
brew install fantastical | |
brew install firefox | |
brew install forkLift | |
brew install google-chrome | |
brew install imageoptim | |
brew install iina | |
brew install istat-menus | |
# brew install latest | |
brew install mark-text | |
brew install microsoft-edge | |
brew install notion | |
#brew install sourcetree | |
brew install numi | |
brew install raycast | |
brew install sonos | |
brew install spotify | |
brew install textmate | |
brew install melonamin/formulae/trex | |
brew install typora | |
#brew install vanilla | |
brew install visual-studio-code | |
#brew install vivaldi | |
brew install yippy | |
brew install zoom | |
#------------------------------------------ | |
#------------------------------------------ | |
#SaxoTraderPRO.app | |
#Sonos.app | |
#DisplayLink |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment