diff --git a/testinstall.sh b/testinstall.sh deleted file mode 100644 index da9c242..0000000 --- a/testinstall.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# Easy setup for testing - -cp -R .config/* ~/.config/ -cp .profile ~/.profile -cp .gtkrc-2.0 ~/.gtkrc-2.0 -chmod -R +x ~/.config/sway/scripts -chmod -R +x ~/.config/waybar/scripts -sudo pacman -Syu --needed --noconfirm - < packages-repository.txt -sudo cp lightdm-gtk-greeter.conf /etc/lightdm/ -systemctl enable lightdm -systemctl start lightdm