vimwiki: dth @ DK023900WSL
This commit is contained in:
parent
a06a6b0362
commit
32423b5663
1 changed files with 2 additions and 3 deletions
|
|
@ -42,9 +42,8 @@ sudo chsh -s /usr/bin/fish $USER
|
|||
# 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
|
||||
sudo apt install fzf=0.20.0-1ubuntu0.1
|
||||
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
|
||||
|
||||
# Install neovim
|
||||
echo >&2 "====================================================================="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue