Compare commits

...

2 Commits

Author SHA1 Message Date
Quentin Duchemin 244dedd0bc Set Firefox as default browser 2023-11-08 01:18:29 +01:00
Quentin Duchemin 1db779feb9 Add hplip to base packages 2023-11-07 12:17:22 +01:00
2 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@ firefox
flameshot
fzf
gthumb
hplip
htop
i3-wm
i3lock-color

View File

@ -127,8 +127,12 @@ if [ ! -z "$INIT" ]; then
mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads
echo -e "* Allow user to control brightness..."
sudo usermod $(whoami) -aG video
echo -e "* Allow user to administrate printers..."
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