/GitKeys

Collection of simple scripts to download and add GitHub public keys to your machine.

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

CodeQL

GitKeys

GitKeys is a collection of simple scripts written in multiple languages that can be run to get your GitHub public keys installed on any linux based machine.

Each script is designed to need no dependecies other than the base language it is written.

Download One Liners

curl -O -sSL https://raw.githubusercontent.com/oliv10/GitKeys/main/keys.{lang}

OR

wget https://raw.githubusercontent.com/oliv10/GitKeys/main/keys.{lang}

and then run your script!

Add your own Script!

This wiki page will go over how the script should function at its core. Wiki Page

Scripts Testing Status

Bash Script Python Script