🚚 split install script by program
This commit is contained in:
parent
d9c3c12b82
commit
9ee123ab8a
6 changed files with 63 additions and 28 deletions
7
install_fzf.sh
Normal file
7
install_fzf.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Install fzf
|
||||
echo >&2 "====================================================================="
|
||||
echo >&2 " >> installing fzf"
|
||||
FZF_VERSION=0.40.0
|
||||
curl -L https://github.com/junegunn/fzf/releases/download/${FZF_VERSION}/fzf-${FZF_VERSION}-linux_amd64.tar.gz | tar xzC /bin
|
||||
Loading…
Add table
Add a link
Reference in a new issue