Barkfetch is an neofetch-like utility, written in Go. Currently in very alpha.
- Make sure you have go compiler installed in your system
- Clone repo and cd into it
$ git clone https://github.com/xbt573/barkfetch && cd barkfetch
- Build with Go
$ go build
- Install binary and config
$ go install
$ mkdir ~/.config/barkfetch
$ cp barkfetch.config ~/.config/barkfetch/config