Files
omarchycn/install/first-run/omarchy-shell.sh
T

5 lines
221 B
Bash

mkdir -p ~/.config/systemd/user
cp "$OMARCHY_PATH/config/systemd/user/omarchy-shell.service" ~/.config/systemd/user/omarchy-shell.service
systemctl --user daemon-reload
systemctl --user enable --now omarchy-shell.service