Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add appsync function to run install.sh (#48)
- new appsync function to run install.sh and sync installed apps with the ones in apps.toml - export DOTPATH - add gitconfig.private to gitignore ## Summary by Sourcery Add a new AppSync function to run install.sh and sync applications with apps.toml, export DOTPATH, and update .gitignore to include gitconfig.private. New Features: - Introduce a new AppSync function to execute install.sh and synchronize installed applications with those listed in apps.toml. Enhancements: - Export DOTPATH in the environment configuration. Chores: - Add gitconfig.private to the .gitignore file to prevent it from being tracked.
- Loading branch information