diff --git a/install.sh b/install.sh index 3979030..4fdd3fd 100755 --- a/install.sh +++ b/install.sh @@ -11,8 +11,7 @@ BACKUP_PATH="/tmp/nvchad/" TMP_NVCHAD="/tmp/nvchad_updates/" skip=0 -# nvchad_path="$HOME/.config/nvim/" -nvchad_path="/tmp/test_chad/" +nvchad_path="$HOME/.config/nvim/" do_startup="true" dependencies=( "git" @@ -360,4 +359,4 @@ init() { fi } -init "${@}" \ No newline at end of file +init "${@}"