---
slug: "setup"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/kyldvs/setup@main/README.md"
repo: "https://github.com/kyldvs/setup"
source_file: "README.md"
branch: "main"
---
# 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!
