feat(system): migrate from neofetch to fastfetch with custom whale logo and update configs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user