Fixed things and added NvChad as nvim config

This commit is contained in:
edwark43
2024-01-19 03:40:32 +00:00
parent ed2f7bdb40
commit d8c1af4bb1
9 changed files with 18 additions and 169 deletions

View File

@@ -86,7 +86,7 @@ clear
########## ---------- Backup files ---------- ##########
prinf '%s%sBackup files%s\n\n' "${CNC}" "${CRE}" "${CNC}"
printf '%s%sBackup files%s\n\n' "${CNC}" "${CRE}" "${CNC}"
printf "Backup files will be stored in %s%s%s/.ricebackup%s \n\n" "${BLD}" "${CRE}" "$HOME" "${CNC}"
sleep 10
@@ -201,6 +201,13 @@ printf "%s%sFile copied succesfully!!%s\n" "${BLD}" "${CGR}" "${CNC}"
sleep 3
clear
########## ---------- Installing NvChad ---------- ##########
printf '%s%sInstalling NvChad.%s\n\n' "${CNC}" "${CRE}" "${CNC}"
git clone https://github.com/NvChad/NvChad "$HOME"/.config/nvim --depth 1
sleep 2
clear
########## ---------- Installing Yay & other aur packages ---------- ##########
printf '%s%sInstalling Yay, Tdrop, xqp, and Brave.%s\n\n' "${CNC}" "${CRE}" "${CNC}"