fixed branding
This commit is contained in:
parent
af242c3084
commit
831d2dd0b7
1 changed files with 5 additions and 5 deletions
|
@ -7,12 +7,12 @@ git clone https://tpope.io/vim/sensible.git ~/.vim/pack/tpope/start
|
||||||
echo "Install Neovim"
|
echo "Install Neovim"
|
||||||
mkdir -v ~/bin
|
mkdir -v ~/bin
|
||||||
if [[ -f "/usr/bin/neovim" ]]; then
|
if [[ -f "/usr/bin/neovim" ]]; then
|
||||||
trash ~/bin/nvim
|
trash ~/bin/nvim
|
||||||
curl -L https://github.com/neovim/neovim/releases/download/v0.11.2/nvim-linux-x86_64.appimage -o ~/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
|
chmod u+x ~/bin/nvim
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Install NvChad"
|
echo "Install Lazyvim"
|
||||||
# https://nvchad.com/docs/quickstart/install
|
# https://nvchad.com/docs/quickstart/install
|
||||||
trash ~/.config/nvim/
|
trash ~/.config/nvim/
|
||||||
trash ~/.local/state/nvim/
|
trash ~/.local/state/nvim/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue