📝 more logging!

This commit is contained in:
DannyDannyDanny 2023-06-08 08:30:09 +02:00
parent 5f46ca0686
commit b2345c0b87

View file

@ -30,16 +30,20 @@ rm .zshrc
# $HOME/.dotfiles.base/bin/dotfiles.symlink install
# I'd like to use fish, please
echo >&2 "====================================================================="
echo >&2 " installing fish"
sudo apt-get install -y fish
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
# Install neovim
echo >&2 "====================================================================="
echo >&2 " installing nvim"
NVIM_VERSION=0.7.2
sudo apt-get install -y libfuse2
curl -L -o /bin/nvim https://github.com/neovim/neovim/releases/download/v${NVIM_VERSION}/nvim.appimage