Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 646 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 646 Bytes

101fetch

101 fetch is a small script inspired by neofetch designed for le 101 students.

101fetch displays

  • The logo
  • The current time
  • Your uptime

101fetch in action

Installation

Open a terminal and run the following command:

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:

clear
/path/to/101fetch

You're good to go!