⚡ vsfetch is a minimal system info program written in shell.
Custom system information fetching tool written in bash.
- No requirements, we made this script because other tools were having this issue of dependencies.
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
- 🔭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