mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2025-01-29 18:18:25 +00:00
Add Alpine Linux installation instructions (#131)
This commit is contained in:
parent
eeaf8af202
commit
ff16bf140c
@ -60,9 +60,10 @@ If you would rather not run a script, you can download the binary from the [Rele
|
|||||||
#### On Linux
|
#### On Linux
|
||||||
|
|
||||||
| Distribution | Repository | Instructions |
|
| Distribution | Repository | Instructions |
|
||||||
| --------------- | --------------------- | --------------------------------------------------------- |
|
| ----------------- | ----------------------- | --------------------------------------------------------- |
|
||||||
| **Any** | [crates.io] | `cargo install zoxide` |
|
| **Any** | [crates.io] | `cargo install zoxide` |
|
||||||
| **Any** | [Linuxbrew] | `brew install zoxide` |
|
| **Any** | [Linuxbrew] | `brew install zoxide` |
|
||||||
|
| Alpine Linux Edge | [Alpine Linux Packages] | `apk add zoxide` |
|
||||||
| Arch Linux | [AUR] | `yay -Sy zoxide-bin` |
|
| Arch Linux | [AUR] | `yay -Sy zoxide-bin` |
|
||||||
| CentOS | [Copr] | `dnf copr enable atim/zoxide` <br /> `dnf install zoxide` |
|
| CentOS | [Copr] | `dnf copr enable atim/zoxide` <br /> `dnf install zoxide` |
|
||||||
| Debian Unstable | [Debian Packages] | `apt install zoxide` |
|
| Debian Unstable | [Debian Packages] | `apt install zoxide` |
|
||||||
@ -200,6 +201,7 @@ eval "$(zoxide init posix --hook prompt)"
|
|||||||
- `$_ZO_MAXAGE`: sets the maximum total age after which entries start getting deleted
|
- `$_ZO_MAXAGE`: sets the maximum total age after which entries start getting deleted
|
||||||
- `$_ZO_RESOLVE_SYMLINKS`: when set to `1`, `z add` will resolve symlinks.
|
- `$_ZO_RESOLVE_SYMLINKS`: when set to `1`, `z add` will resolve symlinks.
|
||||||
|
|
||||||
|
[Alpine Linux Packages]: https://pkgs.alpinelinux.org/package/edge/community/x86_64/zoxide
|
||||||
[AUR]: https://aur.archlinux.org/packages/zoxide-bin
|
[AUR]: https://aur.archlinux.org/packages/zoxide-bin
|
||||||
[Copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/
|
[Copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/
|
||||||
[crates.io]: https://crates.io/crates/zoxide
|
[crates.io]: https://crates.io/crates/zoxide
|
||||||
|
Loading…
x
Reference in New Issue
Block a user