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"