A set of bash scripts to auto setup a new debian-gnome system to my preferences
Go to file
2022-03-24 00:38:27 -04:00
files expanding on scripts to auto install more stuff, such as the full gnome 41 desktop from a minimal debian install 2022-03-23 18:24:02 -04:00
.gitignore adding gitnore to avoid accidentally leaking my unprotected files 2022-03-24 00:38:27 -04:00
desktop_install.sh expanding on scripts to auto install more stuff, such as the full gnome 41 desktop from a minimal debian install 2022-03-23 18:24:02 -04:00
finalize.sh expanding on scripts to auto install more stuff, such as the full gnome 41 desktop from a minimal debian install 2022-03-23 18:24:02 -04:00
gnome_install.sh expanding on scripts to auto install more stuff, such as the full gnome 41 desktop from a minimal debian install 2022-03-23 18:24:02 -04:00
laptop_install.sh expanding on scripts to auto install more stuff, such as the full gnome 41 desktop from a minimal debian install 2022-03-23 18:24:02 -04:00
program_install.sh expanding on scripts to auto install more stuff, such as the full gnome 41 desktop from a minimal debian install 2022-03-23 18:24:02 -04:00
README.md expanding on scripts to auto install more stuff, such as the full gnome 41 desktop from a minimal debian install 2022-03-23 18:24:02 -04:00

To auto-install run the commands below as root

For laptop

apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh | sh

For desktop

apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh | sh