echo 'export EDITOR=vim' >> ~/.profile tce-load -wi compiletc # go DL_SRC="${SRC:-https://files.awl.red}" # 192.168.0.104:3060 curl -o /home/tc/zig.tar.xz "$DL_SRC/x86_64/linux/zig-linux-x86_64-0.14.0-dev.1421+f87dd43c1.tar.xz" tar xf zig.tar.xz mv 'zig-linux-x86_64-0.14.0-dev.1421+f87dd43c1' zig rm zig.tar.xz curl -o /home/tc/helix.tar.xz "$DL_SRC/x86_64/linux/helix.tar.xz" tar xf helix.tar.xz rm helix.tar.xz mv helix-24.07-x86_64-linux/hx ~/.local/bin/v mv helix-24.07-x86_64-linux/runtime ~/.local/bin/ rm -rf helix-24.07-x86_64-linux echo 'export PATH="/home/tc/zig:$PATH"' >> ~/.profile export PATH="/home/tc/zig:$PATH"