pkg download command and patches
This commit is contained in:
18
assets/var/gnu/zoxide.md
Normal file
18
assets/var/gnu/zoxide.md
Normal file
@ -0,0 +1,18 @@
|
||||
zoxide
|
||||
=
|
||||
https://github.com/ajeetdsouza/zoxide/archive/refs/tags/v0.10.0.tar.gz
|
||||
|
||||
``` sh *** build ***
|
||||
cargo build --release
|
||||
mkdir -p ../bin
|
||||
cp -l target/release/zoxide ../bin/
|
||||
```
|
||||
|
||||
``` sh *** config ***
|
||||
mkdir -p share/zsh/zshrc-auto.d
|
||||
zoxide init zsh > share/zsh/zshrc-auto.d/zoxide.zsh
|
||||
cd bin
|
||||
cp -l zoxide z
|
||||
cp -l z Z
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user