Put all files in a dir.
This commit is contained in:
9
home/.chezmoiscripts/run_onchange_10-configure-zim.sh
Normal file
9
home/.chezmoiscripts/run_onchange_10-configure-zim.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ZIMDIR=${HOME}/.zim
|
||||
|
||||
echo "Installing Zim Framework"
|
||||
$(which zsh) -c "source ${ZIMDIR}/zimfw.zsh init -q"
|
||||
|
||||
exit 0
|
||||
|
||||
3
home/.chezmoiscripts/run_onchange_20-install-lvim.sh
Normal file
3
home/.chezmoiscripts/run_onchange_20-install-lvim.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/env bash
|
||||
|
||||
LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh)
|
||||
Reference in New Issue
Block a user