Recreates David Heinemeier Hansson's Omarchy Bash setup inside fish shell.
The goal is a 1:1 experience so you can follow DHH's dotfiles and muscle memory while enjoying fish ergonomics.
ezafor a modern alternative to lsmisefor runtime/toolchain managementzoxidefor smarter directory jumpsstarshipfor the promptfzffor fuzzy file and command search
- Install the Fish shell
- Install fisher
fisher install crmne/omafish
Optional (recommended for better keybindings and interactive search UX):
fisher install PatrickF1/fzf.fish
If you're not on Omarchy, you'll need to copy starship.toml to ~/.config/starship.toml.
fisher update crmne/omafishMIT
Big thanks to DHH for the original omarchy dotfiles.