-
Create a new repository on GitHub:
- Go to https://github.com/new
- Name:
terminal-workspace-scripts(or your preferred name) - Description: "AppleScript and Bash utilities for managing Terminal workspaces with Claude AI"
- Make it public or private as desired
- Don't initialize with README (we already have one)
-
Add the remote and push:
git remote add origin https://github.com/YOUR_USERNAME/terminal-workspace-scripts.git
git branch -M main
git push -u origin mainIf you have gh installed:
gh repo create terminal-workspace-scripts --public --source=. --remote=origin --pushgit remote add origin https://gitlab.com/YOUR_USERNAME/terminal-workspace-scripts.git
git push -u origin main- Update README if needed with the actual clone URL
- Consider adding:
- License file
- Contributing guidelines
- Issue templates
To use these scripts on another machine:
git clone https://github.com/YOUR_USERNAME/terminal-workspace-scripts.git ~/.scripts
cd ~/.scripts
chmod +x go stop spawn_staff_workspaces cleanup_workspaces