From d9d7b1f8788540200af5e89a2a5bcf593d22612b Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Fri, 5 Feb 2021 11:26:38 +0000 Subject: [PATCH] Add files via upload --- sway-install.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sway-install.sh diff --git a/sway-install.sh b/sway-install.sh new file mode 100644 index 0000000..0dc341b --- /dev/null +++ b/sway-install.sh @@ -0,0 +1,14 @@ + +#!/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