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:
parent
b97b9f41be
commit
5a0469331c
8
Brewfile
8
Brewfile
@ -43,3 +43,11 @@ cask "font-source-code-pro"
|
|||||||
cask "font-source-sans-pro"
|
cask "font-source-sans-pro"
|
||||||
cask "font-sourcecodepro-nerd-font"
|
cask "font-sourcecodepro-nerd-font"
|
||||||
cask "font-sourcecodepro-nerd-font-mono"
|
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
|
||||||
|
|||||||
10
lib/mas.sh
10
lib/mas.sh
@ -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
|
|
||||||
4
setup.sh
4
setup.sh
@ -69,10 +69,6 @@ step "Set git author"
|
|||||||
step "Setting up Yabai"
|
step "Setting up Yabai"
|
||||||
"$MAC_SETUP_DIR/lib/yabai.sh"
|
"$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
|
# Tweak the hell out of macOS settings
|
||||||
step "Tweaking macOS config settings (takes a while)"
|
step "Tweaking macOS config settings (takes a while)"
|
||||||
"$MAC_SETUP_DIR/lib/macos.sh"
|
"$MAC_SETUP_DIR/lib/macos.sh"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user