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