vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2023-06-08 09:06:12 +02:00
parent a06a6b0362
commit 32423b5663

View file

@ -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 "====================================================================="