https://github.com/cmorten/startr
Yet another opinionated startup script for new macs.
https://github.com/cmorten/startr
bash setup-development-environment setup-macos setup-osx
Last synced: 8 months ago
JSON representation
Yet another opinionated startup script for new macs.
- Host: GitHub
- URL: https://github.com/cmorten/startr
- Owner: cmorten
- Created: 2018-12-24T20:06:31.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T09:40:57.000Z (about 2 years ago)
- Last Synced: 2025-02-07T11:35:51.594Z (about 1 year ago)
- Topics: bash, setup-development-environment, setup-macos, setup-osx
- Language: Shell
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# startr
Yet another opinionated startup script for new macs.
## Usage
To execute the script, run `./startr` in a terminal:
```console
USAGE:
./startr [options]
options:
-n specify name [required]
-u specify GitHub username [required if not already configured]
-p specify GitHub password [required if not already configured]
-e specify email [required if not already configured]
-h, --help show help
```
> **Warning**
>
> It is recommended that you fork this repo and review the script before running - use at your own risk!
The script makes the assumption that you have already created a GitHub account.
To add / remove apps edit the constant arrays in the `Constants` section.
## Easy Install
Run the script directly from this repo with commands like:
```bash
curl -fsSL https://raw.githubusercontent.com/cmorten/startr/main/startr | bash -s -- -n "Craig Morten"
```