Install Froggit
System Requirements
Section titled “System Requirements”Before installing Froggit, ensure your system meets the following requirements:
git
installed and available in your terminal- Nerd Fonts installed (recommended for full UI support)
- Go ≥ 1.20 only if building from source
- Optional: GitHub CLI (
gh
) for GitHub integration
If GitHub CLI is installed and authenticated (
gh auth login
), Froggit will detect and use it automatically for repository management.
Installation Options
Section titled “Installation Options”Option 1: Install via Script (Recommended)
Section titled “Option 1: Install via Script (Recommended)”Linux / macOS
Section titled “Linux / macOS”curl -s https://raw.githubusercontent.com/thewizardshell/froggit/master/scripts/install.sh | bash
This script will download the latest Froggit binary and install it into
/usr/local/bin
or another appropriate location.
Windows (PowerShell)
Section titled “Windows (PowerShell)”Run PowerShell as Administrator and execute:
iwr https://raw.githubusercontent.com/thewizardshell/froggit/master/scripts/install.ps1 -UseBasicParsing | iex
The script handles download, installation, and optionally adds Froggit to your system PATH.
Option 2: Manual Download
Section titled “Option 2: Manual Download”-
Visit the Releases page.
-
Download the latest binary for your platform.
-
Move the executable to a directory in your system’s
PATH
, such as:/usr/local/bin
(Linux/macOS)- A folder like
C:\Program Files\tools\
(Windows)
Option 3: Build from Source
Section titled “Option 3: Build from Source”If you prefer building manually:
git clone https://github.com/thewizardshell/froggit.gitcd froggitgo mod tidygo build
Copy the resulting binary to a location in your PATH
.
Verifying Installation
Section titled “Verifying Installation”Once installed, verify by running:
froggit -help
You should see a list of supported commands and options.
Recommended Terminal Setup
Section titled “Recommended Terminal Setup”Froggit’s UI is optimized for terminals with Unicode and Nerd Font support. Recommended terminals include:
Using Nerd Fonts in VSCode Terminal
Section titled “Using Nerd Fonts in VSCode Terminal”If using VSCode:
- Open settings (
Ctrl+,
orCmd+,
) - Search for
terminal.integrated.fontFamily
- Set it to a Nerd Font you’ve installed, for example:
"CaskaydiaCove Nerd Font", "MesloLGS NF", monospace