pkg download command and patches

This commit is contained in:
2026-09-10 16:59:11 +03:00
parent c6dcbc1ca5
commit 998417a605
110 changed files with 1582 additions and 332 deletions

18
assets/var/gnu/zoxide.md Normal file
View 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
```