Skip to content

Instantly share code, notes, and snippets.

@RedcoatAsher
Last active May 25, 2023 12:40
Show Gist options
  • Save RedcoatAsher/c31046af26eeb7a864928bff5a8251bf to your computer and use it in GitHub Desktop.
Save RedcoatAsher/c31046af26eeb7a864928bff5a8251bf to your computer and use it in GitHub Desktop.
work_macOS_install.bash
B="brew"
I="install"
M="mas"
# MacOS App Store
$B $I mas-cli/tap/mas
$B $I $M
$M update
$M $I 937984704 # Amphetamine
$M $I 1569813296 # 1Password for Safari
$M $I 441258766 # Magnet
$M $I 1358823008 # Flighty
$M $I 1421915518 # PiPer
$M $I 1440147259 # AdGuard for Safari
$M $I 1160374471 # PiPifier
$M $I 1481005137 # Cloud Battery
$M $I 956377119 # World Clock
$M $I 1520333300 # Wappalyzer
$M $I 1495356253 # Tab Suspender
$M $I 1487937127 # Craft
$M $I 1475777828 # Post-it
$M $I 1435296403 # Dynaper (Dynamic Wallpaper App)
$M $I 1292198261 # iMazing HEIC Converter
$M $I 1374748838 # Pantunes
$M $I 490179405 # Okta Verify
$M $I 1439967473 # Okta Extension (Safari)
$M $I 1440147259 # Adguard
# Xcode Deps
xcode-select --$I
xcode-select -p
xcode cli $I
# non-brew apps
wget http://www.edenwaith.com/downloads/permanenteraser.dmg
mv permanenteraser.dmg ~/Downloads/
open ~/Downloads/permanenteraser.dmg
wget https://github.com/glouel/AerialCompanion/releases/latest/download/AerialCompanion.dmg
mv AerialCompanion.dmg ~/Downloads/
open ~/Downloads/AerialCompanion.dmg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment