An open API service indexing awesome lists of open source software.

https://github.com/salaaad2/101fetch

screenfetch but for 101 school
https://github.com/salaaad2/101fetch

Last synced: about 1 month ago
JSON representation

screenfetch but for 101 school

Awesome Lists containing this project

README

        

# 101fetch

101 fetch is a small script inspired by [neofetch](https://github.com/dylanaraps/neofetch) designed for [le 101](https://www.le-101.fr/) students.

## 101fetch displays

* The logo
* The current time
* Your uptime

![101fetch in action](https://github.com/salaaad2/101fetch/blob/master/101fetch.png)

## Installation

Open a terminal and run the **following command**:
```shell
git clone https://github.com/salaaad2/101fetch.git
cd 101fetch
./101fetch
```

Then append the **following lines** at the end of your `.zshrc` to get it running each time you open a new terminal:

```shell
clear
/path/to/101fetch
```

You're good to go!