Skip to content

Posts tagged linux

Posts under this tag. Back to all posts when you want the full stream.

Posts

19 posts under this tag.

@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:

Shell command
resolvectl status

Shell aliases and PATH

Add these aliases and environment variables:

~/.bashrc
# 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"
Updated 8 min read
Start reading Read more