https://github.com/robinsalehjan/supercharged
💻 Supercharge your MacOS for a productive developer environment
https://github.com/robinsalehjan/supercharged
bash bats claude-code scripting tmux zsh
Last synced: about 1 month ago
JSON representation
💻 Supercharge your MacOS for a productive developer environment
- Host: GitHub
- URL: https://github.com/robinsalehjan/supercharged
- Owner: robinsalehjan
- Created: 2020-12-04T13:12:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-05T11:03:42.000Z (about 1 month ago)
- Last Synced: 2026-05-05T13:11:05.317Z (about 1 month ago)
- Topics: bash, bats, claude-code, scripting, tmux, zsh
- Language: Shell
- Homepage:
- Size: 605 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: .github/SECURITY_SETUP.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# supercharged
[](https://github.com/robinsalehjan/supercharged/actions/workflows/test.yml)
## Quick Start
```bash
# Prerequisites: Oh My Zsh, macOS 12.0+, 10GB free space
git clone git@github.com:robinsalehjan/supercharged.git
cd supercharged && npm run setup
```
## Commands
```bash
npm run setup # Fresh install (interactive)
npm run update # Update all components
npm run validate # Verify tools installed correctly
npm run restore:all # Restore Claude Code config and dotfiles
npm run restore:claude # Restore Claude Code config
npm run restore:dotfiles # Copy dotfiles to $HOME
npm run backup:claude # Backup Claude Code config
npm run restore # Restore from last backup
npm test # Run all BATS tests
npm run lint # ShellCheck all scripts
npm run help # Show all commands
```
## Documentation
| Document | Content |
|----------|---------|
| [What Gets Installed](./docs/WHAT-GETS-INSTALLED.md) | Tools, languages, apps, config files |
| [Customization](./docs/CUSTOMIZATION.md) | Interactive options, manual configuration |
| [Token Optimization](./docs/TOKEN-OPTIMIZATION.md) | RTK + claude-token-efficient (significant savings) |
| [Troubleshooting](./docs/TROUBLESHOOTING.md) | Common issues and solutions |
| [Security](./SECURITY.md) | Security enforcement details |