11 lines
430 B
Bash
Executable File
11 lines
430 B
Bash
Executable File
#!/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"
|