mirror of
https://github.com/jarun/nnn.git
synced 2025-02-18 15:24:29 +00:00
Updated Advanced use cases (markdown)
parent
e6ecb32173
commit
621e9b31a7
|
@ -5,14 +5,14 @@
|
|||
### To enable icons-in-terminal icons
|
||||
|
||||
- [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
|
||||
|
||||
### To enable Nerdfont icons
|
||||
|
||||
- [Download and install](https://www.nerdfonts.com/) a patched Nerdfont.
|
||||
- Apply that font as your terminal emulator's font. This will vary from emulator to emulator, but usually involves editing a config file or changing a setting within a GUI menu system.
|
||||
- Clone the nnn repo
|
||||
- Clone the `nnn` repo
|
||||
- Compile `nnn` with `make O_NERD=1` from the root
|
||||
|
||||
### Move the newly compiled nnn to where your programs normally go
|
||||
|
|
Loading…
Reference in a new issue