diff --git a/Brewfile b/Brewfile index 2ba9eb9..8811b8a 100644 --- a/Brewfile +++ b/Brewfile @@ -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 diff --git a/lib/mas.sh b/lib/mas.sh deleted file mode 100755 index b06f40d..0000000 --- a/lib/mas.sh +++ /dev/null @@ -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 diff --git a/setup.sh b/setup.sh index 0e1d2f6..605c7db 100755 --- a/setup.sh +++ b/setup.sh @@ -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"