A set of bash scripts to auto setup a new debian-gnome system to my preferences
Go to file
2022-03-25 16:39:42 -04:00
files added bashrc file, fixed issue that would keep finalize from autorunning 2022-03-24 19:04:38 -04:00
.gitignore getting automove to work 2022-03-25 13:48:34 -04:00
auto_move.sh getting automove to work 2022-03-25 13:48:34 -04:00
desktop_install.sh fixed issue that would keep finalize from autorunning 2022-03-24 19:04:58 -04:00
finalize.sh added line to add user to sudo group, if sudo is your cup of tea 2022-03-25 16:39:42 -04:00
gnome_install.sh the other gnome command doesnt work apparently, kind of cringe 2022-03-25 14:11:25 -04:00
laptop_install.sh added bashrc file, fixed issue that would keep finalize from autorunning 2022-03-24 19:04:38 -04:00
program_install.sh adding cryptsetup for encrypted drive support 2022-03-24 21:17:14 -04:00
README.md added more examples to readme 2022-03-24 01:56:56 -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

or if you want to set a custom git download folder

apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh "./path/to/stuff" | 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

or if you want to set a custom git download folder

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