mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-08 20:47:46 +00:00
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
# Changes require a relaunch of Hyprland to take effect.
|
|
|
|
# Ensure Omarchy bins are in the path
|
|
export OMARCHY_PATH=$HOME/.local/share/omarchy
|
|
export PATH=$OMARCHY_PATH/bin/:$PATH
|
|
|
|
# Set default terminal and editor
|
|
source ~/.config/uwsm/default
|
|
|
|
# Activate mise if present on the system
|
|
omarchy-cmd-present mise && eval "$(mise activate bash)"
|