From 1b3617e5a954aaa5b9d796d367fb40e0628aa4af Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Fri, 5 Feb 2021 11:25:34 +0000 Subject: [PATCH] Delete testinstall.sh --- testinstall.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 testinstall.sh 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