Fix the fzf part
Forgot to set the variable...
This commit is contained in:
parent
795449ed76
commit
57a2ac7f68
@ -77,8 +77,8 @@ rm -rf $HOME/.config/fish
|
|||||||
git clone -b alternative $GIT_DOMAIN/Segcolt/fish-config $HOME/.config/fish
|
git clone -b alternative $GIT_DOMAIN/Segcolt/fish-config $HOME/.config/fish
|
||||||
|
|
||||||
# Install and setup fzf
|
# Install and setup fzf
|
||||||
readonly FZF_VER
|
readonly FZF_VER=0.55.0
|
||||||
curl -sSL https://github.com/junegunn/fzf/releases/download/v0.55.0/fzf-${FZF_VER}-linux_amd64.tar.gz > fzf.tar.gz
|
curl -sSL https://github.com/junegunn/fzf/releases/download/v${FZF_VER}/fzf-${FZF_VER}-linux_amd64.tar.gz > fzf.tar.gz
|
||||||
tar xvzf fzf.tar.gz -C $HOME/.local/bin
|
tar xvzf fzf.tar.gz -C $HOME/.local/bin
|
||||||
|
|
||||||
# Install and setup starship
|
# Install and setup starship
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user