A set of bash scripts to auto setup a new debian-gnome system to my preferences
Go to file
2022-06-06 21:28:56 -04:00
.gitignore getting automove to work 2022-03-25 13:48:34 -04:00
README.md changed stuff to allow for debian and arch auto installs 2022-06-06 21:28:56 -04:00

To auto-install run the commands below as root

For deb on ...

laptop

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

desktop

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

For arch on ...

laptop

pacman -Syu curl git
https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/arch/laptop_install.sh

desktop

pacman -Syu curl git
https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/arch/desktop_install.sh