From 861ad2fd11d8b4bb6f5d821607bde75dfea375d1 Mon Sep 17 00:00:00 2001 From: serxoz Date: Fri, 1 Jul 2022 11:47:23 +0200 Subject: [PATCH] nvchad install script --- nvim/install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nvim/install.sh diff --git a/nvim/install.sh b/nvim/install.sh new file mode 100644 index 0000000..a2daa02 --- /dev/null +++ b/nvim/install.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +rm -rf ~/.config/nvim +rm -rf ~/.local/share/nvim +rm -rf ~/.cache/nvim +git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 ; nvim +ln -s $HOME/dotfiles/nvim/custom $HOME/.config/nvim/lua/custom +