Move files back to config

This commit is contained in:
Gerald Pinder
2024-05-29 18:09:24 -04:00
parent 8ec9ac25d9
commit 27d6063c38
28 changed files with 0 additions and 0 deletions

View File

@@ -1,18 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
apt-get update && apt-get install -y git
mkdir -p /src/
cd /src/
git clone https://github.com/helix-editor/helix.git
cd helix
RUSTFLAGS="-C target-feature=-crt-static"
cargo install --path helix-term
mkdir -p /out/
mv $CARGO_HOME/bin/hx /out/hx
mv runtime /out/