mirror of
https://github.com/awatertrevi/macos-configuration.git
synced 2026-09-22 10:10:36 +00:00
- 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
15 lines
410 B
Fish
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
|