Added Foot config, some C++ configs and changed Helix to light theme
This commit is contained in:
parent
72f0064f15
commit
4c99ea1a4d
6 changed files with 82 additions and 1 deletions
1
.zshrc
1
.zshrc
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue