Microfetch is an improved version of neofetch written with micronaut and built with graalvm.
- Download latest windows binary
- Move executable to dedicated directory, ie
C:\Program Files\threshr\
- Add directory to your PATH
(I like to add this snippet to my ps profile)
Assuming you've added the microfetch binary to
C:\Program Files\microfetch\
,"C:\Program Files\microfetch\" | if ( ! ($env:Path -like "*$_*" ) ) { $env:Path = "$( $env:Path ); $_" }
- Download latest linux binary
- Add to
$HOME\bin\
directory
Take a whack at any [open issues]!