setup.sh added
This commit is contained in:
11
setup.sh
Normal file
11
setup.sh
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user