A set of bash scripts to auto setup a new debian-gnome system to my preferences
Go to file
2022-03-24 02:04:09 -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 Decided to store my zip's elsewhere :p 2022-03-24 01:17:34 -04:00
auto_move.sh adding auto-linking for zshrc and neofetch 2022-03-24 01:52:07 -04:00
desktop_install.sh changed some lines to reflect the change in direction 2022-03-24 01:18:00 -04:00
finalize.sh added auto switch for zsh 2022-03-24 01:49:16 -04:00
gnome_install.sh hot fix cont 2022-03-24 02:04:09 -04:00
laptop_install.sh changed some lines to reflect the change in direction 2022-03-24 01:18:00 -04:00
program_install.sh updating install scripts 2022-03-24 00:38:41 -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