Initial commit

This commit is contained in:
2025-03-18 19:21:17 +01:00
commit 8303887c16
137 changed files with 4067 additions and 0 deletions

5
conf.d/fzf.fish Normal file
View File

@@ -0,0 +1,5 @@
source /usr/share/fzf/shell/key-bindings.fish
set -gx FZF_DEFAULT_COMMAND 'fd --type file . $dir'
set -gx FZF_CTRL_T_COMMAND $FZF_DEFAULT_COMMAND
set -gx FZF_ALT_C_COMMAND 'fd --type directory . $dir'