This script automates the setup of SSH keys for GitHub on macOS. It will soon be available for other operating systems as well.
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
-
Download and Run: Copy and paste the provided command into your macOS terminal to download and execute the setup script.
-
License: Ensure compliance with the MIT License terms for editing, contributing, distributing, and using the script.
-
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.
-
Future Plans: Stay tuned for updates on availability via Homebrew, apt, snap and pip3 for easier installation and usage on various platforms.