docs(site): improve UI, add catppuccin theme, fix MDX bugs
This commit is contained in:
+4
-16
@@ -14,30 +14,18 @@ helpKeywords:
|
||||
|
||||
A production-grade Fish shell configuration targeting Fish 4.x. It provides:
|
||||
|
||||
- Drop-in replacements for common Unix tools (ls, cat, rm, du, ping, less)
|
||||
- Drop-in replacements for common Unix tools (`ls`, `cat`, `rm`, `du`, `ping`, `less`)
|
||||
- Deep Kitty and WezTerm terminal integration: tab/window/pane management from
|
||||
the command line
|
||||
- Optional session logging: terminal scrollback, tmux/zellij panes, and
|
||||
paru/yay output captured to ~/.terminal_history (off by default; see below)
|
||||
paru/yay output captured to `~/.terminal_history` (off by default; see [C5 Logging](/08-components-reference/05-c5-logging-and-capture/))
|
||||
- Automatic Python virtualenv activation on directory change
|
||||
- Cross-platform package management via pkg and fish-deps
|
||||
- AI scaffolding helpers for Claude Code and Antigravity
|
||||
- Catppuccin Mocha color theme throughout
|
||||
|
||||
<LinkButton href="/09-installation/">Install now</LinkButton>
|
||||
<LinkButton href="/reference/" variant="secondary">Function reference</LinkButton>
|
||||
|
||||
CAUTION: **SESSION LOGGING**
|
||||
If enabled, this configuration can silently record terminal output to
|
||||
`~/.terminal_history`: Kitty scrollback on window close, live tmux pane
|
||||
streams, zellij pane snapshots on exit, and full paru/yay output. These logs
|
||||
can contain command output, file contents, and secrets printed to the
|
||||
terminal. Nothing leaves your machine, but the files persist locally. Logging
|
||||
is off unless you turn it on.
|
||||
- Enable all logging with: `set -U __fish_config_op_logging on`
|
||||
- Prefer a menu? Run the interactive picker: `config-settings`
|
||||
- Turn it back off with: `set -U __fish_config_op_logging off` (or erase the variable)
|
||||
- See [C5 — Logging and Capture](/07-customization/#c5-logging-and-capture) for the full breakdown.
|
||||
<LinkButton href="/10-installation/" icon="cloud-download" style="font-size: 1.25rem; padding: 1rem 1.5rem; margin-right: 1rem;">Install now</LinkButton>
|
||||
<LinkButton href="/reference/" variant="secondary" style="font-size: 1.125rem; padding: 0.85rem 1.25rem;">Function reference</LinkButton>
|
||||
|
||||
The configuration uses a structured file tree:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user