2023-09-10 12:35:10 -05:00
|
|
|
#!/usr/bin/env sh
|
2023-10-10 13:27:57 -05:00
|
|
|
cd ./dotfiles
|
|
|
|
chmod 700 restore.sh
|
|
|
|
./restore.sh
|
|
|
|
cd ..
|
|
|
|
|
2023-09-10 16:55:31 -05:00
|
|
|
chmod 700 ./distro-specific.bash
|
|
|
|
./distro-specific.bash
|
2023-09-10 12:35:10 -05:00
|
|
|
|
2023-09-10 16:55:31 -05:00
|
|
|
cd ./daily-use-pcs
|
|
|
|
chmod 700 ./setup-git.bash
|
|
|
|
./setup-git.bash
|
|
|
|
cd ..
|
|
|
|
|
|
|
|
cd install-stuff/
|
|
|
|
chmod 700 ./*.bash
|
2023-10-10 13:27:57 -05:00
|
|
|
./install-armcord.bash
|
|
|
|
./install-fish.bash
|
|
|
|
./install-librewolf.bash
|
|
|
|
./install-qemu-libvirt.bash
|
|
|
|
./install-steam.bash
|
|
|
|
./install-vs-code.bash
|
|
|
|
./install-yt-music.bash
|
|
|
|
cd ..
|