Add files via upload

This commit is contained in:
OdiousImp2604
2021-02-05 11:26:38 +00:00
committed by GitHub
parent 1b3617e5a9
commit d9d7b1f878

14
sway-install.sh Normal file
View File

@@ -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