A set of bash scripts to auto setup a new debian-gnome system to my preferences
Go to file
2022-03-24 04:21:37 -04:00
files adding wifi driers 2022-03-24 04:21:37 -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 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 idk anymore man 2022-03-24 03:25:50 -04:00
laptop_install.sh moved taskel to laptop install script 2022-03-24 02:12:11 -04:00
program_install.sh idk anymore man 2022-03-24 03:25:50 -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