Files
openbox/openbox-install
2026-05-27 00:13:18 +02:00

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"