mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
add fzf to install-new-server.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user