Files
sway/setup.sh
OdiousImp2604 22a552f0f5 Update setup.sh
2021-02-09 18:35:02 +00:00

14 lines
468 B
Bash

#bin/sh
git clone https://github.com/OdiousImp2604/Sway-EndeavourOS.git
pushd SwayEOS >/dev/null
cp -R .config /home/$NEW_USER/
cp -R .config ~/
cp .profile ~/
cp .profile /home/$NEW_USER/
cp lightdm-gtk-greeter.conf /etc/lightdm/
chmod -R +x ~/.config/Sway/scripts /home/$NEW_USER/.config/Sway/scripts
chmod +x ~/home/$NEW_USER/.config/waybar/scripts/weather.sh
chown -R $NEW_USER:users /home/$NEW_USER/.config /home/$NEW_USER/.profile
popd >/dev/null
rm -rf SwayEOS