AutoYADM commit: 2025-05-23 14:33:03

This commit is contained in:
Daniel Fichtinger 2025-05-23 14:33:03 -04:00
parent 6d8f2552fa
commit e2e625d72b
2 changed files with 9 additions and 2 deletions

View file

@ -5,6 +5,8 @@ evaluate-commands %sh{
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
}