call install_nvchad.sh from main to keep nvim config in sync

This commit is contained in:
Paul Trowbridge 2026-05-10 03:01:47 -04:00
parent 8076392a97
commit 6e85423bdf

View File

@ -157,6 +157,9 @@ main() {
install_git_bash_prompt install_git_bash_prompt
deploy_configs deploy_configs
deploy_bin deploy_bin
if [ -f "$(pwd)/install_nvchad.sh" ]; then
bash "$(pwd)/install_nvchad.sh"
fi
deploy_nvim deploy_nvim
echo "Setup complete! Please restart your shell or run 'source ~/.bashrc' for changes to take effect." echo "Setup complete! Please restart your shell or run 'source ~/.bashrc' for changes to take effect."
} }