Added Foot config, some C++ configs and changed Helix to light theme

This commit is contained in:
Gu://em_ 2026-03-11 09:39:35 +01:00
parent 72f0064f15
commit 4c99ea1a4d
6 changed files with 82 additions and 1 deletions

1
.zshrc
View file

@ -106,6 +106,7 @@ alias glo='git log --graph --oneline --all --decorate'
# Random stuff
alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'"
alias sshfs="sshfs -o follow_symlinks"
alias cm=" cmake -S . -B build && cmake --build build"
# Shell integrations
eval "$(fzf --zsh)"