home-config/icons/Bibata-Modern-Classic/README.txt

main · 1.3 KB · 35 lines raw

1 [::] Bibata Cursor
2 TLDR; This cursor set is a masterpiece of cursors available on the internet,
3 hand-designed by Abdulkaiz Khatri(https://twitter.com/ful1e5).
4
5 Bibata is an open source, compact, and material designed cursor set that aims
6 to improve the cursor experience for users. It is one of the most popular cursor sets
7 in the Linux community and is now available for free on Windows as well, with multiple color
8 and size options. Its goal is to offer personalized cursors to users.
9
10 [::] What does "Bibata" mean?
11 The sweetest word I ever spoke was "BI-Buh," which, coincidentally, is also the word for peanuts.
12 To make it more pronounceable and not sound like a baby's words, I added the suffix "Ta."
13 And with that, my journey in the world of open source began.
14
15 [::] Become Sponsor
16 https://github.com/sponsors/ful1e5
17
18 [::] LICENSE
19 MIT License
20
21 [::] Bug Reports & Contact
22 https://github.com/ful1e5/bibata/issues
23
24 [::] Installation
25 ```bash
26 tar -xvf Bibata.tar.gz # extract `Bibata.tar.gz`
27 mv Bibata-* ~/.icons/ # Install to local users
28 sudo mv Bibata-* /usr/share/icons/ # Install to all users
29 ```
30
31 [::] Uninstallation
32 ```bash
33 rm ~/.icons/Bibata-* # Remove from local users
34 sudo rm /usr/share/icons/Bibata-* # Remove from all users
35 ```