13 lines
301 B
Bash
13 lines
301 B
Bash
#!/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
|