docs: install nnn
This commit is contained in:
parent
6167ebe389
commit
082c534e0d
@ -214,9 +214,11 @@ tar xf $ARCHIVE
|
|||||||
cd nnn*(om[1])
|
cd nnn*(om[1])
|
||||||
make clean
|
make clean
|
||||||
sudo make O_GITSTATUS=1 O_NAMEFIRST=1 O_NERD=1 install
|
sudo make O_GITSTATUS=1 O_NAMEFIRST=1 O_NERD=1 install
|
||||||
|
sudo cp -v misc/auto-completion/zsh/* /usr/local/share/zsh/site-functions
|
||||||
|
|
||||||
# Copy plugins
|
# Copy plugins
|
||||||
plugins/getplugs master
|
mv -v ~/.config/nnn/plugins plugins_$(stat -c %Y ~/.config/nnn/plugins)
|
||||||
|
cp -av plugins ~/.config/nnn
|
||||||
```
|
```
|
||||||
|
|
||||||
### From repository
|
### From repository
|
||||||
|
Loading…
Reference in New Issue
Block a user