From 1a44d27b3bcfc4f9c485dfd701dede96cd7ddcfb Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Wed, 8 Mar 2023 15:22:38 +0530 Subject: [PATCH] Changes to be committed: modified: install.sh --- install.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index cd2d999..cb477c8 100755 --- a/install.sh +++ b/install.sh @@ -1,15 +1,12 @@ #!/bin/bash -[ -d "~/.local/share/nvim/site/pack/packer/start/packer.nvim" ] && rm -rf\ - ~/.local/share/nvim/site/pack/packer/start/packer.nvim +[ -d "~/.local/share/nvim/site/pack/packer/start/packer.nvim" ] && rm -rf ~/.local/share/nvim/site/pack/packer/start/packer.nvim -git clone --depth 1 https://github.com/wbthomason/packer.nvim\ - ~/.local/share/nvim/site/pack/packer/start/packer.nvim +git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim [ -d "~/.config/nvim" ] && mv ~/.config/nvim ~/.config/nvim-$(date "+%F-%T").bak -mkdir -p ~/.config/nvim && git clone --depth 1 https://github.com/arkorty/neolite.git - ~/.config/nvim +mkdir -p ~/.config/nvim && git clone --depth 1 https://github.com/arkorty/neolite.git ~/.config/nvim nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync' nvim +TSUpdate "+MasonInstall stylua rustfmt prettier black clang-format"