
* Add omarchy to system path * Remove unnecessary duplicate * Remove path def since it's global now * Migration for system-wide path * Remove debug code * Refresh after update * Add common state script * Restart on state detected * Set state instead * Export own path for menu
6 lines
120 B
Bash
6 lines
120 B
Bash
echo "Add UWSM env"
|
|
mkdir -p "$HOME/.config/uwsm/"
|
|
omarchy-refresh-config uwsm/env
|
|
|
|
omarchy-state set relaunch-required
|