mirror of
https://github.com/EndeavourOS-Community-Editions/openbox.git
synced 2026-06-13 00:44:35 +00:00
15 lines
383 B
Bash
15 lines
383 B
Bash
#!/bin/bash
|
|
|
|
# Easy setup for testing
|
|
|
|
mkdir -p ~/.config
|
|
mkdir -p ~/.themes
|
|
cp -R .config/* ~/.config/
|
|
cp -R .themes/* ~/.themes/
|
|
cp .gtkrc-2.0 ~/.gtkrc-2.0
|
|
chmod -R +x ~/.config/openbox/scripts
|
|
chmod +x ~/.config/rofi/powermenu.sh
|
|
sudo pacman -Syu --needed --noconfirm - < packages-repository.txt
|
|
sudo systemctl enable lightdm.service
|
|
# eos-packagelist --install "Openbox Edition"
|