Skip to content

stavkv/vsfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vsfetch

⚡ vsfetch is a minimal system info program written in shell.



Linux




WSL2 (Windows Subsystem for Linux)



About

Custom system information fetching tool written in bash.

Requirements

  • No requirements, we made this script because other tools were having this issue of dependencies.

Run with curl

If you don't wanna clone this repo or install vsfetch, you can use curl.

$ curl https://raw.githubusercontent.com/vi4al/vsfetch/main/vsfetch | bash

Installation

Manual:

  • 🔭Clone this repository & run vsfetch
  • 😊enjoy your minimal system information fetcher
# clones the vsfetch repo
$ git clone https://github.com/vi4al/vsfetch
# cd in vsfetch
$ cd vsfetch
# give permession to vsfetch to run 
  
$ sudo chmod +x vsfetch
# press enter after this command 
#now run vsfetch
#execute this command to run vs fetch.
$ ./vsfetch

You can also run directly

$ wget https://raw.githubusercontent.com/vi4al/vsfetch/main/vsfetch && chmod +x vsfetch
  • You can also add vsfetch to PATH by placing it in /usr/local/bin
$ sudo cp vsfetch /usr/local/bin

If you want to contribute, create pull request.