feat(system): migrate from neofetch to fastfetch with custom whale logo and update configs

This commit is contained in:
2026-08-31 12:51:37 +02:00
parent e1d4eb5ed5
commit 5fa2f66674
8 changed files with 95 additions and 103 deletions
+1
View File
@@ -4,6 +4,7 @@ alias g="goto"
alias vim="nvim"
alias code="open -a 'Visual Studio Code'"
alias kubi="open -a 'Lens'"
alias update-system="brew update && brew upgrade && npm update -g"
alias do-st="docker compose"
alias do-re="docker compose down && docker compose up -d"
+3 -11
View File
@@ -1,7 +1,7 @@
# ~/.config/fish/config.fish
# Startup commands only
if status is-interactive
neofetch
fastfetch
end
if type -q mise
@@ -25,6 +25,7 @@ set -g fish_key_bindings fish_default_key_bindings
# See also the release notes for fish 4.3.0 (run `help relnotes`).
fish_add_path /opt/homebrew/bin
fish_add_path /opt/homebrew/sbin
fish_add_path /Users/r.kallinich/go/bin
fish_add_path /Users/r.kallinich/.cargo/bin
fish_add_path /Applications/Ghostty.app/Contents/MacOS
@@ -62,17 +63,8 @@ set --global fish_pager_color_selected_background -r
set -gx GEMINI_API_KEY "AIzaSyBu-u9JIHoPR_wIsjwjelo1lGUzzxKKofQ"
set -gx JULES_API_KEY "AQ.Ab8RN6LXe33UjfpBGpityANYBO-pHUwZEG7wKoM4V7yWTAezoQ"
set -gx GCP_PROJECT_ID "gen-lang-client-0990109275"
# 1Password SSH Agent
if test -e "$HOME/.1password/agent.sock"
set -gx SSH_AUTH_SOCK "$HOME/.1password/agent.sock"
else if test -e "$HOME/Library/Group Containers/2BU85C4SUE.com.1password/t/agent.sock"
set -gx SSH_AUTH_SOCK "$HOME/Library/Group Containers/2BU85C4SUE.com.1password/t/agent.sock"
end
# set -gx SSH_AUTH_SOCK "$HOME/Library/Group Containers/2BU85C4SUE.com.1password/t/agent.sock"
# Added by Antigravity CLI installer
set -gx PATH "/Users/r.kallinich/.local/bin" $PATH
# Added by Antigravity CLI installer
set -gx PATH "/home/baerspektivo/.local/bin" $PATH