diff --git a/modules/04-install-brew-apps.sh b/modules/04-install-brew-apps.sh index 2016e72..8db3901 100755 --- a/modules/04-install-brew-apps.sh +++ b/modules/04-install-brew-apps.sh @@ -17,15 +17,11 @@ function installBrew() { function installCasks() { lop -y body:h1 -- -i 'Installing Homebrew casks' - installCask parallels if ! isDebug; then - installCask little-snitch installCask sketch - installCask setapp - installCask mountain-duck - installCask unpkg - installCask whatsapp - installCask signal + installCask nova + installCask transmit + installCask automattic-texts installCask synology-drive installCask sf-symbols fi @@ -48,6 +44,7 @@ function installBrews() { installBrew gnupg installBrew node installBrew nmap + installBrew tree fi } diff --git a/modules/06-install-mas-apps.sh b/modules/06-install-mas-apps.sh index 1bd30d1..5f71519 100755 --- a/modules/06-install-mas-apps.sh +++ b/modules/06-install-mas-apps.sh @@ -17,8 +17,6 @@ function configure_system() { installMASApp Numbers 409203825 installMASApp Outbank 1094255754 - installMASApp Telegram 747648890 - installMASApp 1Password 1333542190 installMASApp 'Final Cut Pro' 424389933 installMASApp GarageBand 682658836 @@ -48,9 +46,9 @@ function getUsage() { Usage: $cmdName show-questions [ ]... $cmdName [-v] [-d FILE] --logged-in ANS - + Install macOS applications from Apple's macOS App Store. - + Options: -l ANS, --logged-in ANS This option is to ensure, that the caller has checked that a user is logged in to the App Store.