Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 538 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 538 Bytes

barkfetch

Barkfetch is an neofetch-like utility, written in Go. Currently in very alpha.

Barkfetch demonstration

How to build

  1. Make sure you have go compiler installed in your system
  2. Clone repo and cd into it
$ git clone https://github.com/xbt573/barkfetch && cd barkfetch
  1. Build with Go
$ go build
  1. Install binary and config
$ go install

$ mkdir ~/.config/barkfetch
$ cp barkfetch.config ~/.config/barkfetch/config