An open API service indexing awesome lists of open source software.

https://github.com/ghinstall/ghinstall

GitHub installer CLI tool, powered by Jekyll.
https://github.com/ghinstall/ghinstall

bash cli cli-tool git git-clone install installer shell zsh

Last synced: 9 months ago
JSON representation

GitHub installer CLI tool, powered by Jekyll.

Awesome Lists containing this project

README

          

# ⬇️ ghinstall

ghinstall is a GitHub-based CLI tool that installs repositories via a public permission system.
**Documentation at: [ghinstall.readthedocs.io/en/latest/](https://ghinstall.readthedocs.io/en/latest/)**

⚙️ Built in Shell.
🔒 Permission-checked via `ghinstall.github.io`.
📦 Installs public GitHub repos with style.

## 🛠️ Installation
1. Download the latest relase [here](https://github.com/ghinstall/ghinstall/releases/latest)
2. Add this to your `~/.bashrc` or `~/.zshrc`:
```shell
source ~/.ghinstall/ghinstall.sh
```
3. Run this to create a working directory:
```shell
mkdir -p ~/.ghinstall
```
4. Move the downloaded file to `~/.ghinstall`

## 📜 License
ghinstall is licensed under the GNU General Public License v3.0.
You are free to use, modify, and distribute this software, as long as any derivative works are also open-sourced under the same license.
👉 Please read the full license [here](LICENSE)

---
Made with ❤️ by Andrew Baki. Copyright © 2025.