Install ghq
masterYou can install ghq using various package managers depending on your operating system and environment:
- macOS:
brew install ghq - Void Linux:
xbps-install -S ghq - GNU Guix:
guix install ghq - Windows (Scoop):
scoop install ghq - Go:
go install github.com/x-motemen/ghq@latest - Conda:
conda install -c conda-forge go-ghq - asdf:
asdf plugin add ghqfollowed byasdf install ghq latest - mise:
mise install ghqfollowed bymise use ghq - Nix:
nix profile install nixpkgs#ghq - Build from source:
git clone https://github.com/x-motemen/ghq . make install
brew install ghq