From a9ac801220c173b95efc4e969bf78cbf2a5e0b54 Mon Sep 17 00:00:00 2001 From: Morten Bendtsen Date: Tue, 19 Jan 2021 15:33:49 +0100 Subject: [PATCH] setup.sh added --- setup.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 setup.sh diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..2d67b00 --- /dev/null +++ b/setup.sh @@ -0,0 +1,11 @@ +#bin/sh +git clone https://github.com/OdiousImp2604/SwayEOS.git +pushd SwayEOS >/dev/null +cp -R .config /home/$NEW_USER/ +cp -R .config ~/ +chmod -R +x ~/.config/Sway/scripts /home/$NEW_USER/.config/Sway/scripts +cp .profile ~/ +cp .profile /home/$NEW_USER/ +chown -R $NEW_USER:users /home/$NEW_USER/.config /home/$NEW_USER/.profile +popd >/dev/null +rm -rf SwayEOS \ No newline at end of file