Try it live
The shell, in your browser
A sandboxed simulation of the dotfiles shell — the real aliases and the modern-CLI stack (eza, bat, zoxide, fd,ripgrep), with canned but faithful output. Nothing runs on your machine, nothing leaves the page. Type help to see what to try.
Tip: try ls, cat core.version, git st, orhelp. Ctrl+L clears.
~/dotfiles-core main ❯ ll
This interactive demo needs JavaScript. Here is the command set it simulates — every one is a real alias or tool from the dotfiles stack:
lsezalist files — icons, git status, tree (aliased to eza)lleza -lah --gitlong listing with permissions, size, git columncatbatview a file — syntax-highlighted, framed (aliased to bat). Try: cat core.versionzzoxidesmart cd — jump to a frecent dir by substring (aliased to zoxide)fdfdfast, gitignore-aware file find (aliased to fd)rgripgrep --smart-caserecursive search — smart-case by default. Try: rg aliasgitgit (st = status -sb)git short status — the `gst`/`git st` alias from 25-git.zshhelptealdeer (tldr)community quick-reference for a command (aliased to tldr)welcomedemoshow the welcome bannerclearbuiltinclear the screen
Or browse the real config on theConfig page — those are the actual source files.