mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
# Changes require a restart to take effect.
|
|
|
|
# Set default OMARCHY_PATH
|
|
export OMARCHY_PATH=/usr/share/omarchy
|
|
|
|
# Set default terminal and editor
|
|
source ~/.config/uwsm/default
|
|
|
|
# Activate mise if present on the system
|
|
omarchy-cmd-present mise && eval "$(mise activate bash)"
|