call install_nvchad.sh from main to keep nvim config in sync
This commit is contained in:
parent
8076392a97
commit
6e85423bdf
@ -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."
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user