1
0

update helix editor to 22.08.1

This commit is contained in:
2022-09-06 15:21:59 +02:00
parent b32d69e3c3
commit 968aed3a14

View File

@@ -6,7 +6,7 @@ source "${BOOTSTRAP_LIB}/helpers"
APPS_DIR="${HOME}/apps" APPS_DIR="${HOME}/apps"
VERSION="22.05" VERSION="22.08.1"
INSTALL_DIR="${APPS_DIR}/helix" INSTALL_DIR="${APPS_DIR}/helix"
INSTALLED_VERSION="" INSTALLED_VERSION=""
@@ -44,3 +44,9 @@ ln -s --force "${INSTALL_DIR}/hx" "${HOME}/.local/bin/"
echo "Removing ${TARGET}..." echo "Removing ${TARGET}..."
rm -f "${TARGET}" rm -f "${TARGET}"
echo "Fetching new grammars"
hx --grammar fetch
echo "Building new grammers"
hx --grammar build