AutoYADM commit: 2025-05-23 14:30:15
This commit is contained in:
parent
6aa8426d01
commit
6d8f2552fa
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
# 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"
|
||||
fi
|
||||
}
|
||||
|
||||
# init bundle
|
||||
source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue