From 7ce95b685c2741c214db5de5c34ee3c31cabb09c Mon Sep 17 00:00:00 2001 From: morten-b <32033374+morten-b@users.noreply.github.com> Date: Fri, 22 Jan 2021 09:06:39 +0100 Subject: [PATCH] Create testinstall.sh --- testinstall.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testinstall.sh diff --git a/testinstall.sh b/testinstall.sh new file mode 100644 index 0000000..d57962a --- /dev/null +++ b/testinstall.sh @@ -0,0 +1,12 @@ +#!/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 -S --needed --noconfirm - < packages-repository.txt +systemctl enable lightdm +systemctl start lightdm