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
- Host: GitHub
- URL: https://github.com/salaaad2/101fetch
- Owner: salaaad2
- License: lgpl-3.0
- Created: 2019-10-28T21:29:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T18:05:32.000Z (over 5 years ago)
- Last Synced: 2024-11-15T09:43:53.755Z (7 months ago)
- Language: Shell
- Size: 151 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - 101fetch - Screenfetch but for 101 school. `Shell` (Operation System / Cross Platform)
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
## 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!