aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/getplugs
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/getplugs')
-rwxr-xr-xplugins/getplugs3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/getplugs b/plugins/getplugs
index 6c74336..817d5aa 100755
--- a/plugins/getplugs
+++ b/plugins/getplugs
@@ -5,7 +5,10 @@
# Shell: POSIX compliant
# Author: Arun Prakash Jana
+mkdir -p ~/.config/nnn/plugins
+cd ~/.config/nnn/plugins
wget -nv --show-progress https://github.com/jarun/nnn/archive/master.tar.gz
tar -xf master.tar.gz
cp -vf nnn-master/plugins/* .
+cp -vf nnn-master/scripts/nlaunch/nlaunch .
rm -rf nnn-master/ master.tar.gz README.md