AutoYADM commit: 2025-05-23 14:35:15

This commit is contained in:
Daniel Fichtinger 2025-05-23 14:35:15 -04:00
parent e2e625d72b
commit 31f7398673

View file

@ -1,14 +1,14 @@
# install bundle if not already installed
evaluate-commands %sh{
if [ ! -d "$kak_config/bundle" || ! -f "$kak_config/bundle/kak-bundle/rc/kak-bundle.kak" ]; then
mkdir -p "$kak_config/bundle" &>/dev/null
git clone https://codeberg.org/jdugan6240/kak-bundle "$kak_config/bundle/kak-bundle" &>/dev/null
echo "bundle-install"
else
echo "nop"
fi
}
# evaluate-commands %sh{
# if [ ! -d "$kak_config/bundle" || ! -f "$kak_config/bundle/kak-bundle/rc/kak-bundle.kak" ]; then
# mkdir -p "$kak_config/bundle" &>/dev/null
# git clone https://codeberg.org/jdugan6240/kak-bundle "$kak_config/bundle/kak-bundle" &>/dev/null
# echo "bundle-install"
# else
# echo "nop"
# fi
# }
# init bundle
source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak"