add fastfetch

This commit is contained in:
2025-08-30 12:23:10 -07:00
parent b593d94a9c
commit 5cc28b2710
5 changed files with 34 additions and 17 deletions

View File

@@ -44,6 +44,7 @@ if [ "$TERM" = "linux" ]; then
fi
clear
# fastfetch --config ~/.config/fastfetch/mini.jsonc
tfetch
PS1='\n[ \e[35;1m\u \e[34m\w\e[0m ]\n\e[1m\$ \e[0m'
@@ -59,8 +60,14 @@ export FZF_DEFAULT_OPTS="
--color=fg+:#e0def4,bg+:#26233a,hl+:#ebbcba
--color=border:#403d52,header:#31748f,gutter:#191724
--color=spinner:#f6c177,info:#9ccfd8
--color=pointer:#c4a7e7,marker:#eb6f92,prompt:#908caa"
--color=pointer:#c4a7e7,marker:#eb6f92,prompt:#908caa
--ansi
"
export FZF_CTRL_T_OPTS="
--preview='bat --color=\"always\" {}'
"
eval "$(starship init bash)"
eval "$(fzf --bash)"
eval "$(zoxide init --cmd cd bash)"