# README
gofetch
gofetch is an alternative neofetch, screenfetch, and pfetch CLI tool that retrieves the current operative system information.
Note ⚠️
Before getting started is important that your current terminal supports UTF-8
, otherwise, the gopher
of the gofetch
tool will not be encoded causing some inconsistencies.
Getting started
To have gofetch
in your machine follow the next steps:
- Clone the project under the
$GOPATH
.
$ git clone https://github.com/orlandorode97/gofetch.git
- The project contains a Makefile with built-in commands to create the binary for your current os and architecture.
- Type the command to build the project.
build
- Example
$ make build --> Building gofetch binary for linux:amd64 --> gofetch for linux:amd64 built at /usr/home/orlandoromo/go/src/gofetch
- The previous command generates the binary
gofetch
at the root of the project. Copy it to the folder under/usr/local/bin
either onlinux
ormac
:
$ sudo cp gofetch /usr/local/bin
- Go for it: