From 831d2dd0b78b111c069786cc10d2a5b36fc02410 Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Wed, 27 Aug 2025 01:40:19 -0400 Subject: [PATCH] fixed branding --- lazyvim.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lazyvim.sh b/lazyvim.sh index 2197e8b..4881ffd 100755 --- a/lazyvim.sh +++ b/lazyvim.sh @@ -7,12 +7,12 @@ git clone https://tpope.io/vim/sensible.git ~/.vim/pack/tpope/start echo "Install Neovim" mkdir -v ~/bin if [[ -f "/usr/bin/neovim" ]]; then - trash ~/bin/nvim - curl -L https://github.com/neovim/neovim/releases/download/v0.11.2/nvim-linux-x86_64.appimage -o ~/bin/nvim - chmod u+x ~/bin/nvim -fi + trash ~/bin/nvim + curl -L https://github.com/neovim/neovim/releases/download/v0.11.2/nvim-linux-x86_64.appimage -o ~/bin/nvim + chmod u+x ~/bin/nvim +fi -echo "Install NvChad" +echo "Install Lazyvim" # https://nvchad.com/docs/quickstart/install trash ~/.config/nvim/ trash ~/.local/state/nvim/