a combination of neofetch and uwufetch written in go*
Find a file
2022-09-22 16:01:29 +01:00
data Add images to uwufetch 2022-09-22 14:44:27 +02:00
images Add images to uwufetch 2022-09-22 14:44:27 +02:00
utils Add images to uwufetch 2022-09-22 14:44:27 +02:00
arch.png Add images to uwufetch 2022-09-22 14:44:27 +02:00
go.mod Ruin echos dreams 2022-09-22 14:07:30 +02:00
go.sum default config actually does something now. also print > fmt.Print 2022-09-10 11:01:27 +04:30
LICENSE Add files via upload 2022-09-07 17:39:50 +04:30
main.go Add images to uwufetch 2022-09-22 14:44:27 +02:00
README.md Update README.md 2022-09-22 16:01:29 +01:00

NeOwOfetch

Combination of neofetch and uwufetch written in Go, currently in beta.

Requirements

requires Go 1.19 or above. Install Go

Installation

Guide for installing neowofetch on Linux

Step 1:

Clone the repository and move into the directory

git clone https://github.com/exhq/neOwOfetch.git && cd neOwOfetch

Step 2:

Build and install the program using Go

go build
go install

Adding to path

Find path for Go programs (default is /home/user/go/)

go env GOPATH

add gopath/bin to your $path

example:

export PATH=$PATH:/home/user/go/bin