Update list of software to install

This commit is contained in:
T. R. Bernstein
2024-06-26 18:51:37 +02:00
committed by T. R. Bernstein
parent 23016a639e
commit ace7c7ca0a
2 changed files with 6 additions and 11 deletions

View File

@@ -17,15 +17,11 @@ function installBrew() {
function installCasks() { function installCasks() {
lop -y body:h1 -- -i 'Installing Homebrew casks' lop -y body:h1 -- -i 'Installing Homebrew casks'
installCask parallels
if ! isDebug; then if ! isDebug; then
installCask little-snitch
installCask sketch installCask sketch
installCask setapp installCask nova
installCask mountain-duck installCask transmit
installCask unpkg installCask automattic-texts
installCask whatsapp
installCask signal
installCask synology-drive installCask synology-drive
installCask sf-symbols installCask sf-symbols
fi fi
@@ -48,6 +44,7 @@ function installBrews() {
installBrew gnupg installBrew gnupg
installBrew node installBrew node
installBrew nmap installBrew nmap
installBrew tree
fi fi
} }

View File

@@ -17,8 +17,6 @@ function configure_system() {
installMASApp Numbers 409203825 installMASApp Numbers 409203825
installMASApp Outbank 1094255754 installMASApp Outbank 1094255754
installMASApp Telegram 747648890
installMASApp 1Password 1333542190
installMASApp 'Final Cut Pro' 424389933 installMASApp 'Final Cut Pro' 424389933
installMASApp GarageBand 682658836 installMASApp GarageBand 682658836
@@ -48,9 +46,9 @@ function getUsage() {
Usage: Usage:
$cmdName show-questions [<modkey> <modans>]... $cmdName show-questions [<modkey> <modans>]...
$cmdName [-v] [-d FILE] --logged-in ANS $cmdName [-v] [-d FILE] --logged-in ANS
Install macOS applications from Apple's macOS App Store. Install macOS applications from Apple's macOS App Store.
Options: Options:
-l ANS, --logged-in ANS This option is to ensure, that the caller has -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. checked that a user is logged in to the App Store.