
#Installation
If you have Go installed already, you can skip to the install gith part.
#Install go
We will us g here, but you can use other version mangers like another g or gvm too if you'd like, even tough I only tested with the first one.
To install Go, run:
curl -sSL https://git.io/g-install | sh -s
# or
wget -qO- https://git.io/g-install | sh -s
Multiple shellsYou can configure multiple shells to add the environment variabls to if needed:
curl -sSL https://git.io/g-install | sh -s -- fish bash zsh
For more info see the g README
I am developing at Go version 1.24.5
so 1.24.x
should work, but the latest go version probably too.
Now check Go is installed (you will have to restart you shell for that):
g list
#Install gith
Now to install gith, you only have to run:
go install github.com/a3chron/gith@latest
You should now be able to run gith:
gith
Enjoy :)