A collection of productivity tools and aliases for macOS development workflow.
- Branch management and status checks
- Automated commit and push commands
- Diff utilities and branch cleanup
- OpenAI/Claude integration
- Translation and grammar checking
- Code syntax assistance
- Task logging with JIRA integration
- Node/iOS/Android utilities
- String manipulation tools
- Media conversion scripts
- VSCode configurations
- Clone this repository
- Install required software
- Run:
./sync.sh
The sync script will:
- Copy aliases from ~/scripts/aliases/
- Sync source files from ~/scripts/src/
- Back up VSCode settings and extensions
- Remove sensitive files (listed in .gitignore)
- Sanitize personal paths in configurations
.
├── aliases/ # Shell aliases
├── src/ # Source files
├── vs-settings/ # VSCode configurations
└── sync.sh # Main sync script
Feel free to fork and customize. Pull requests welcome!
MIT