misc tweaks

This commit is contained in:
Matthew Ryan Dillon 2024-02-19 12:52:15 -05:00
parent 95975c4e7d
commit 1c55dba40b
2 changed files with 4 additions and 13 deletions

View file

@ -44,6 +44,10 @@ check_paths=(
# conda and friends # conda and friends
/opt/miniforge3/bin /opt/miniforge3/bin
# rust
$HOME/.cargo/bin
$HOME/.cargo/env
# macports # macports
/opt/local/bin /opt/local/bin
/opt/local/sbin /opt/local/sbin
@ -55,10 +59,6 @@ check_paths=(
$HOME/.yarn/bin $HOME/.yarn/bin
$HOME/.config/yarn/global/node_modules/.bin $HOME/.config/yarn/global/node_modules/.bin
# rust
$HOME/.cargo/bin
$HOME/.cargo/env
# WSL # WSL
# /mnt/c/windows # /mnt/c/windows
# /mnt/c/windows/system32 # /mnt/c/windows/system32

View file

@ -1,9 +0,0 @@
#!/bin/sh
git clone https://github.com/helix-editor/helix.git --branch 23.05 $HOME/.src/helix
export PATH=$PATH:$HOME/.cargo/bin
cd $HOME/.src/helix
cargo install --path helix-term --locked
ln -s $PWD/runtime ~/.config/helix/runtime
hx --grammar fetch
hx --grammar build