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