diff --git a/Advanced-use-cases.md b/Advanced-use-cases.md index 39c24c4..3a78452 100644 --- a/Advanced-use-cases.md +++ b/Advanced-use-cases.md @@ -13,7 +13,7 @@ Note that your `$TERM` must support 256 colors for the icons to show. - [Install](https://github.com/sebastiencs/icons-in-terminal#installation) icons-in-terminal - Clone the `nnn` repo - Compile `nnn` with `make O_ICONS=1` from the root - +s ### To enable Nerdfont icons - [Download and install](https://www.nerdfonts.com/) a patched Nerdfont. @@ -21,6 +21,10 @@ Note that your `$TERM` must support 256 colors for the icons to show. - Clone the `nnn` repo - Compile `nnn` with `make O_NERD=1` from the root +Note: + +- Arch Linux users can check out the packages [nnn-icons](https://aur.archlinux.org/packages/nnn-icons/) and [nnn-nerd](https://aur.archlinux.org/packages/nnn-nerd/). + ### Move the newly compiled nnn to where your programs normally go Once compiled, you'll notice an `nnn` executable is now in your root. Copy this file to wherever such programs are normally stored. A good way to check is to do a `which nnn` on where the packaged release was installed. Simply replacing that file should be enough.