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.
- Host: GitHub
- URL: https://github.com/ghinstall/ghinstall
- Owner: ghinstall
- License: gpl-3.0
- Created: 2025-04-22T20:51:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-25T12:00:01.000Z (9 months ago)
- Last Synced: 2025-04-26T07:56:12.248Z (9 months ago)
- Topics: bash, cli, cli-tool, git, git-clone, install, installer, shell, zsh
- Language: Shell
- Homepage:
- Size: 372 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.