AutoYADM commit: 2025-05-23 14:35:15
This commit is contained in:
parent
e2e625d72b
commit
31f7398673
1 changed files with 9 additions and 9 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue