diff --git a/.init_config.sh b/.init_config.sh index 2f8d8fd..c1fa840 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -131,6 +131,8 @@ if [ ! -z "$INIT" ]; then sudo usermod $(whoami) -aG wheel echo -e "* Install host app for PassFF Firefox extension..." curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox + echo -e "* Set Firefox to be the default browser, probably overwritten by Chromium..." + xdg-settings set default-web-browser firefox.desktop fi if [ ! -z ${ENV} ]; then