misc tweaks
This commit is contained in:
parent
95975c4e7d
commit
1c55dba40b
2 changed files with 4 additions and 13 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue