Compare commits

..

No commits in common. "244dedd0bc282564126fdb348db7e5e6ad110264" and "3527935ff45f7ab32599613537834f21458eb78f" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

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

View File

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