@latest_post
Omarchy tweaks
This is the post-install checklist I use to turn a fresh Omarchy system into my everyday workstation. The values and package choices reflect my hardware and workflow, so review each section before applying it to your own system.
System configuration
DNS
Select Setup -> DNS -> Cloudflare from the Omarchy menu.
Confirm the active DNS configuration with:
resolvectl status
Shell aliases and PATH
Add these aliases and environment variables:
# CUSTOM
# non-omarchy alias for real ls
# alias la="ls -lahF"
# omarchy alias for replaced-by-eza ls
alias la="ls -lah --classify=auto"
export PATH=~/bin:$PATH
export ERL_AFLAGS="-kernel shell_history enabled"