Forked from NvChad starter repohttps://github.com/NvChad/starter
_### IMPORTANT NOTE _
- The base branch for customizations is
develop mainis a clean branch for syncing changes with the upstream fork- Normal development workflow:
- add config changes to
developor a feature branch based ondevelop - sync upstream fork changes into
main - PR
maintodevelopto back merge the synced changes - This keeps
mainclean and without merge conflicts when a fork sync is necessary - This also allows for maintaining a custom config branch with the most recent upstream changes
- add config changes to