|
|
@@ -1,10 +1,10 @@
|
|
|
#!/bin/env bash
|
|
|
set -e
|
|
|
DIR="$HOME/.local/src/helix"
|
|
|
-rm -rf $DIR
|
|
|
-git clone --depth=1 https://github.com/helix-editor/helix $DIR
|
|
|
+rm -rf "$DIR"
|
|
|
+git clone --depth=1 https://github.com/helix-editor/helix "$DIR"
|
|
|
|
|
|
-pushd $DIR
|
|
|
+pushd "$DIR"
|
|
|
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD="1"
|
|
|
cargo install --path helix-term --locked
|
|
|
|