mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
14 lines
441 B
Plaintext
14 lines
441 B
Plaintext
# Changes require a restart to take effect.
|
|
|
|
# Install other terminals via Install > Terminal
|
|
export TERMINAL=alacritty
|
|
|
|
# Use code for VSCode
|
|
export EDITOR=nvim
|
|
|
|
# Use a custom directory for screenshots (remember to make the directory!)
|
|
# export OMARCHY_SCREENSHOT_DIR="$HOME/Pictures/Screenshots"
|
|
|
|
# Use a custom directory for screenrecordings (remember to make the directory!)
|
|
# export OMARCHY_SCREENRECORD_DIR="$HOME/Videos/Screencasts"
|