omarchy/migrations/1751134560.sh
David Heinemeier Hansson 03a4223be9 Need to have the PATH change run as the first migration or all others will fail
It needs to include omarchy/bin by default too
2025-08-11 15:52:28 +02:00

6 lines
170 B
Bash

echo "Add UWSM env"
mkdir -p "$HOME/.config/uwsm/"
omarchy-refresh-config uwsm/env
export PATH="$HOME/.local/share/omarchy/bin:$PATH"
omarchy-state set relaunch-required