Skip to content
/ GitKeys Public

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

License

Notifications You must be signed in to change notification settings

oliv10/GitKeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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