Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.06 KB

GitHub SSH Setup CLI Client

This script automates the setup of SSH keys for GitHub on macOS. It will soon be available for other operating systems as well.

Running the Script

To run the script on your macOS system, execute the following command in your terminal:

curl -o setup-script.sh "https://raw.githubusercontent.com/Vikashgathala/git-ssh-cli-client/main/setup-script.sh" && sh setup-script.sh

Instructions for Use:

  1. Download and Run: Copy and paste the provided command into your macOS terminal to download and execute the setup script.

  2. License: Ensure compliance with the MIT License terms for editing, contributing, distributing, and using the script.

  3. Contribution: If you have expertise in Windows scripting (especially with PowerShell) and are familiar with SSH, GitHub, and Git, consider contributing a Windows script to broaden the client's availability.

  4. Future Plans: Stay tuned for updates on availability via Homebrew, apt, snap and pip3 for easier installation and usage on various platforms.