Create testinstall.sh

This commit is contained in:
morten-b
2021-01-22 09:06:39 +01:00
committed by GitHub
parent dee7293963
commit 7ce95b685c

12
testinstall.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/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 -S --needed --noconfirm - < packages-repository.txt
systemctl enable lightdm
systemctl start lightdm