Skip to content

Commit 84cc130

Browse files
committed
Add conda-forge instructions for macOS/Windows
1 parent 0f8008d commit 84cc130

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

Diff for: README.md

+26-24
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
> A smarter cd command for your terminal
44
5-
[![crates.io][crates-io-badge]][crates-io]
6-
[![releases][releases-badge]][Releases]
5+
[![crates.io][crates.io-badge]][crates.io]
6+
[![Releases][releases-badge]][releases]
77

88
`zoxide` is a blazing fast replacement for your `cd` command, inspired by
99
`z` and `z.lua`. It keeps track of the directories you use most
@@ -39,9 +39,9 @@ copy it to your `$PATH`.
3939

4040
| Distribution | Repository | Instructions |
4141
| ------------------ | ----------------------- | ------------------------------------------------------------------------------------------------------ |
42-
| **Any** | [crates.io] | `cargo install zoxide` |
43-
| **Any** | [Linuxbrew] | `brew install zoxide` |
44-
| **Any** | [conda-forge] | `conda install -c conda-forge zoxide` |
42+
| ***Any*** | **[crates.io]** | `cargo install zoxide` |
43+
| *Any* | [conda-forge] | `conda install -c conda-forge zoxide` |
44+
| *Any* | [Linuxbrew] | `brew install zoxide` |
4545
| Alpine Linux 3.13+ | [Alpine Linux Packages] | `apk add zoxide` |
4646
| Arch Linux | [AUR] | `yay -Sy zoxide-bin` |
4747
| CentOS 7+ | [Copr] | `dnf copr enable atim/zoxide` <br /> `dnf install zoxide` |
@@ -56,28 +56,30 @@ copy it to your `$PATH`.
5656

5757
#### On macOS
5858

59-
| Repository | Instructions |
60-
| ----------- | ---------------------- |
61-
| [crates.io] | `cargo install zoxide` |
62-
| [Homebrew] | `brew install zoxide` |
63-
| [MacPorts] | `port install zoxide` |
59+
| Repository | Instructions |
60+
| --------------- | ------------------------------------- |
61+
| **[crates.io]** | `cargo install zoxide` |
62+
| [conda-forge] | `conda install -c conda-forge zoxide` |
63+
| [Homebrew] | `brew install zoxide` |
64+
| [MacPorts] | `port install zoxide` |
6465

6566
#### On Windows
6667

67-
| Repository | Instructions |
68-
| ------------ | ---------------------- |
69-
| [crates.io] | `cargo install zoxide` |
70-
| [Chocolatey] | `choco install zoxide` |
71-
| [Scoop] | `scoop install zoxide` |
68+
| Repository | Instructions |
69+
| --------------- | ------------------------------------- |
70+
| **[crates.io]** | `cargo install zoxide` |
71+
| [Chocolatey] | `choco install zoxide` |
72+
| [conda-forge] | `conda install -c conda-forge zoxide` |
73+
| [Scoop] | `scoop install zoxide` |
7274

7375
#### On BSD
7476

75-
| Distribution | Repository | Instructions |
76-
| ------------- | ------------ | ---------------------- |
77-
| **Any** | [crates.io] | `cargo install zoxide` |
78-
| DragonFly BSD | [DPorts] | `pkg install zoxide` |
79-
| FreeBSD | [FreshPorts] | `pkg install zoxide` |
80-
| NetBSD | [pkgsrc] | `pkgin install zoxide` |
77+
| Distribution | Repository | Instructions |
78+
| ------------- | --------------- | ---------------------- |
79+
| ***Any*** | **[crates.io]** | `cargo install zoxide` |
80+
| DragonFly BSD | [DPorts] | `pkg install zoxide` |
81+
| FreeBSD | [FreshPorts] | `pkg install zoxide` |
82+
| NetBSD | [pkgsrc] | `pkgin install zoxide` |
8183

8284
#### On Android
8385

@@ -251,10 +253,10 @@ Be sure to set these before calling `zoxide init`.
251253
[alpine linux packages]: https://pkgs.alpinelinux.org/packages?name=zoxide
252254
[aur]: https://aur.archlinux.org/packages/zoxide-bin
253255
[chocolatey]: https://community.chocolatey.org/packages/zoxide
256+
[conda-forge]: https://anaconda.org/conda-forge/zoxide
254257
[copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/
255-
[conda-forge]: https://conda-forge.org/
256-
[crates-io-badge]: https://img.shields.io/crates/v/zoxide
257-
[crates-io]: https://crates.io/crates/zoxide
258+
[crates.io-badge]: https://img.shields.io/crates/v/zoxide
259+
[crates.io]: https://crates.io/crates/zoxide
258260
[debian packages]: https://packages.debian.org/testing/admin/zoxide
259261
[devuan packages]: https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=zoxide
260262
[dm9pzcaq overlay]: https://github.com/gentoo-mirror/dm9pZCAq

0 commit comments

Comments
 (0)