From 5a0469331ccdddf29dc824e80a84c9412d8e2744 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Thu, 11 Feb 2021 21:18:24 -0500 Subject: [PATCH] =?UTF-8?q?Brewfile=20handles=20App=20Store=20stuff=20now?= =?UTF-8?q?=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Brewfile | 8 ++++++++ lib/mas.sh | 10 ---------- setup.sh | 4 ---- 3 files changed, 8 insertions(+), 14 deletions(-) delete mode 100755 lib/mas.sh 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"