Replace ArmCord with Vesktop

This commit is contained in:
askiiart 2023-11-18 20:02:28 -06:00
parent a28c83e0ab
commit e93c20154e
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
3 changed files with 26 additions and 26 deletions

View file

@ -1,8 +1,4 @@
#!/usr/bin/env sh
cd ./dotfiles
chmod 700 restore.sh
./restore.sh
cd ..
chmod 700 ./distro-specific.bash
./distro-specific.bash
@ -14,7 +10,7 @@ cd ..
cd install-stuff/
chmod 700 ./*.bash
./install-armcord.bash
./install-vesktop.bash
./install-fish.bash
./install-librewolf.bash
./install-qemu-libvirt.bash
@ -22,3 +18,8 @@ chmod 700 ./*.bash
./install-vs-code.bash
./install-yt-music.bash
cd ..
cd ./dotfiles
chmod 700 restore.sh
./restore.sh
cd ..