1
0

Put all files in a dir.

This commit is contained in:
2024-01-07 21:05:45 +01:00
parent 6d8acfead5
commit 938d081b69
37 changed files with 1 additions and 0 deletions

View 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

View 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)