Files
macos-configuration/fish-config.fish
Trevi Awater 2c89b8f169 Refresh configs, add update.fish, rewrite README as setup runbook
- Re-dump brewfile (adds postgresql@16, tree; drops typeit4me)
- Refresh claude-settings.json, hosts, and serena_config.yml from machine
- Add update.fish to actualise the copied configs in one go
- Rewrite README as a complete ordered fresh-machine setup guide

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MN5eka2MuNJP9uCMdTda75
2026-09-07 19:08:42 +02:00

15 lines
410 B
Fish

# The following lines were added by Docker Desktop to add commands to your PATH.
export PATH="$PATH:/Users/trevi/.docker/bin"
# End of Docker Desktop section.
set -g fish_greeting
set -gx NUXT_TELEMETRY_DISABLED 1
# User-installed command-line tools (including Hermes)
fish_add_path "$HOME/.local/bin"
if status is-interactive
starship init fish | source
set -gx LSCOLORS Exfxcxdxbxegedabagacad
end