1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-29 22:57:57 +03:00

Updated Advanced use cases (markdown)

Mischievous Meerkat 2020-12-08 22:05:39 +05:30
parent 4d92458aaa
commit abb3590c01

@ -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 - [Install](https://github.com/sebastiencs/icons-in-terminal#installation) icons-in-terminal
- Clone the `nnn` repo - Clone the `nnn` repo
- Compile `nnn` with `make O_ICONS=1` from the root - Compile `nnn` with `make O_ICONS=1` from the root
s
### To enable Nerdfont icons ### To enable Nerdfont icons
- [Download and install](https://www.nerdfonts.com/) a patched Nerdfont. - [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 - Clone the `nnn` repo
- Compile `nnn` with `make O_NERD=1` from the root - 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 ### 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. 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.