bootstrap/README.md
Kenneth Benzie (Benie) 73c266e3f2 Add python package to setup SSH keys
Supports setting SSH keys for the following services:

* GitHub
* GitLab
* BitBucket Cloud
* Gogs
2018-01-05 20:01:43 +00:00

14 lines
301 B
Markdown

# bootstrap
Bootstrap an OS instance with bare essentials.
## Package
Install as a pip package to set SSH keys on any of GitHub, GitLab, BitBucket
Cloud, or Gogs servers:
```
pip install git+https://code.infektor.net/config/bootstrap.git
python -m 'import bootstrap; bootstrap.set_ssh_keys()'
```