# Setup

Commands to setup a new computer. Opinionated for myself.

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/kyldvs/setup/HEAD/bootstrap.sh)"
```

This makes the `kyldvs` command available (after you add it to `PATH`).

## Development

This is heavily inspired by Homebrew's setup script:

- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh

## License

MIT

## Contributing

I'm not currently accepting contributions. This is for my own personal use. I'm
happy for you to fork and build your own version of this repo, though!
