Replace most install scripts with list in csv file

This commit is contained in:
2025-11-07 14:43:33 -06:00
parent f4baf50cf1
commit f98658f02b
31 changed files with 80 additions and 191 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/zsh
# TODO: get browser config and install set up
# current idea: qutebrowser for general, tor for sensitive, brave as a backup option
# install_option_prefix=''
# [[ "$BOX_SETUP_OS" = "macos" ]] && install_option_prefix='--cask'
# firefox_package_name='firefox'
# [[ "$BOX_SETUP_DISTRO" = "debian" ]] && firefox_package_name='firefox-esr'
# ${=BOX_SETUP_INSTALL_COMMAND} "$install_option_prefix" "$firefox_package_name"