1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Brewfile handles App Store stuff now 🎉

This commit is contained in:
Daniel Barber 2021-02-11 21:18:24 -05:00
parent b97b9f41be
commit 5a0469331c
3 changed files with 8 additions and 14 deletions

View File

@ -43,3 +43,11 @@ cask "font-source-code-pro"
cask "font-source-sans-pro"
cask "font-sourcecodepro-nerd-font"
cask "font-sourcecodepro-nerd-font-mono"
mas "1Blocker", id: 1107421413
mas "PCalc", id: 403504866
mas "Trello", id: 1278508951
mas "Xcode", id: 497799835
mas "Pastebot", id: 1179623856
mas "Gifox", id: 1082624744
mas "Wireguard", id: 1451685025

View File

@ -1,10 +0,0 @@
#!/bin/sh
# mas install 13764025890
mas install 1107421413 # 1Blocker
mas install 403504866 # PCalc
mas install 1278508951 # Trello
mas install 497799835 # Xcode
mas install 1179623856 # Pastebot
mas install 1082624744 # Gifox
mas install 1451685025 # Wireguard

View File

@ -69,10 +69,6 @@ step "Set git author"
step "Setting up Yabai"
"$MAC_SETUP_DIR/lib/yabai.sh"
# Install Mac App Store apps
step "Installing App Store apps"
"$MAC_SETUP_DIR/lib/mas.sh"
# Tweak the hell out of macOS settings
step "Tweaking macOS config settings (takes a while)"
"$MAC_SETUP_DIR/lib/macos.sh"