AutoYADM commit: 2025-05-25 23:09:09

This commit is contained in:
Daniel Fichtinger 2025-05-25 23:09:09 -04:00
parent dac2a9b866
commit 0a7eec16bc
4 changed files with 9 additions and 7 deletions

View file

@ -2,8 +2,8 @@
# 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
# mkdir -p "$kak_config/bundle" >/dev/null 2>&1
# git clone https://codeberg.org/jdugan6240/kak-bundle "$kak_config/bundle/kak-bundle" >/dev/null 2>&1
# echo "bundle-install"
# else
# echo "nop"