fixed branding
This commit is contained in:
parent
af242c3084
commit
831d2dd0b7
1 changed files with 5 additions and 5 deletions
10
lazyvim.sh
10
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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue