A set of bash scripts to auto setup a new debian-gnome system to my preferences
Go to file
2022-03-30 14:12:07 -04:00
files added bashrc file, fixed issue that would keep finalize from autorunning 2022-03-24 19:04:38 -04:00
.gitignore Decided to store my zip's elsewhere :p 2022-03-24 01:17:34 -04:00
auto_move.sh added commands to setup bashrc; made a call to neofetch so the config would be generated 2022-03-24 02:57:30 -04:00
desktop_install.sh fixed issue that would keep finalize from autorunning 2022-03-24 19:04:58 -04:00
finalize.sh added autohide battery to extension list 2022-03-24 19:15:56 -04:00
gnome_install.sh added dependency for power profiles 2022-03-24 21:05:52 -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 virt-manager and qemu 2022-03-30 14:12:07 -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