Add screensaver to debian desktop env

- Set qutebrowser search engine to search.m
- Reformat fish scripts
This commit is contained in:
mitchell 2020-10-13 13:48:43 -04:00
parent 55530ada62
commit dd7e7e3857
6 changed files with 51 additions and 42 deletions

View file

@ -7,7 +7,7 @@ function main
deb http://ftp.us.debian.org/debian unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian unstable main contrib non-free' | sudo tee /etc/apt/sources.list
sudo apt-get update > /dev/null 2>&1
sudo apt-get update >/dev/null 2>&1
sudo apt-get dist-upgrade --yes
log 'Done upgrading debian to unstable and rebooting.' tail