add fzf to install-new-server.sh

This commit is contained in:
arnaucube
2019-08-14 22:30:03 +02:00
parent bc5bb49a48
commit a797ca2538
2 changed files with 5 additions and 0 deletions

View File

@@ -51,3 +51,7 @@ apt-get install -y nodejs
echo "installing npm http-server"
npm install -g http-server
echo "installing fzf fuzzy finder"
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install