main
Grief 2024-08-25 01:40:44 +01:00
parent 93db2b01d1
commit d80a484d7e
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Install using
```shell
git clone https://grief.ftp.sh/gitea/Grief/murex.git ~/.murex
~/.murex/hook install
```

View File

@ -0,0 +1,3 @@
#!/bin/sh
BIN_DIR=~/.murex/bin sh -c "$(curl -fsSL https://starship.rs/install.sh)"

View File

@ -0,0 +1,8 @@
murex-path-add() {
case "${PATH}" in
*"${1}"*);;
*) export PATH="${1}:${PATH}"
esac
}
murex-path-add "${MUREX}/bin:${MUREX}/private/bin"