Removed nvim config altogether

This commit is contained in:
lkarch 2024-01-31 14:36:12 -05:00
parent 5034ba88db
commit 0bad707e43

View File

@ -94,7 +94,7 @@ if [ ! -d "$backup_folder" ]; then
mkdir -p "$backup_folder"
fi
for folder in alacritty bspwm dunst jgmenu mpd ncmpcpp nvim picom polybar ranger rofi sxhkd zsh; do
for folder in alacritty bspwm dunst jgmenu mpd ncmpcpp picom polybar ranger rofi sxhkd zsh; do
if [ -d "$HOME/.config/$folder" ]; then
mv "$HOME/.config/$folder" "$backup_folder/${folder}_$date"
echo "$folder folder backed up successfully at $backup_folder/${folder}_$date"
@ -131,13 +131,9 @@ for files in ~/dotfiles/config/*; do
fi
done
# Checks if the file user-dirs.dirs does not exist in ~/.config
if [ ! -e "$HOME/.config/user-dirs.dirs" ]; then
xdg-user-dirs-update
echo "Creating xdg-user-dirs"
fi
sleep 2
clear
xdg-user-dirs-update
echo "Creating xdg-user-dirs"
sleep 1
for files in ~/dotfiles/misc/bin/*; do
cp -R "${files}" ~/.local/bin/
@ -201,13 +197,6 @@ 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}"