A set of bash scripts to auto setup a new debian-gnome system to my preferences
files | ||
desktop_install.sh | ||
finalize.sh | ||
gnome_install.sh | ||
laptop_install.sh | ||
program_install.sh | ||
README.md |
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