oliv10 / GitKeys

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU Lesser General Public License v3.0


Languages

Language:Python 61.3%Language:Shell 38.7%