First commit

Added zsh, kitty, tmux, nvim and yazi
This commit is contained in:
2024-09-20 21:24:11 +02:00
commit 84202d1eae
46 changed files with 4500 additions and 0 deletions

7
.config/yazi/yazi.toml Normal file
View File

@@ -0,0 +1,7 @@
# yazi.toml
[manager]
show_hidden = true
[opener]
edit = [
{ run = 'nvim "$@"', block = true },
]