From 99ae6a19f6c6e7a0fbb2f92121b3568f82d0c153 Mon Sep 17 00:00:00 2001 From: piecka Date: Wed, 30 Apr 2025 10:37:40 +0200 Subject: [PATCH] addet fzf as a submodule --- .fzf | 1 + .gitmodules | 4 ++++ 2 files changed, 5 insertions(+) create mode 160000 .fzf diff --git a/.fzf b/.fzf new file mode 160000 index 0000000..909f0b8 --- /dev/null +++ b/.fzf @@ -0,0 +1 @@ +Subproject commit 909f0b8879481eab93741fa284a7d1d13cf6f79e diff --git a/.gitmodules b/.gitmodules index 6a56a66..a946153 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,7 @@ path = .zsh/themes url = https://git.k4li.de/dotfiles/oh-my-posh.git branch = main +[submodule ".fzf"] + path = .fzf + url = https://github.com/unixorn/fzf-zsh-plugin.git + branch = main