mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 12:07:02 -04:00
💖 Bibata Manual install docs
This commit is contained in:
parent
46232479aa
commit
3234f3af48
1 changed files with 26 additions and 3 deletions
29
README.md
29
README.md
|
@ -55,6 +55,8 @@
|
|||
|
||||
</details>
|
||||
|
||||
<!-- Bibata Info -->
|
||||
|
||||
## Bibata ?
|
||||
|
||||
Bibata is **OpenSource**, Compact and Material Designed Cursor set. This project masterelop for improve `Cursor` Experience.
|
||||
|
@ -84,9 +86,7 @@ Bibata is **OpenSource**, Compact and Material Designed Cursor set. This project
|
|||

|
||||

|
||||
|
||||
### Quick Install
|
||||
|
||||
Bibata cursor is installed by running one of the following commands in your terminal. You can install this via the command-line with either `curl` or `wget`.
|
||||
#### Quick install
|
||||
|
||||
##### via curl
|
||||
|
||||
|
@ -100,6 +100,29 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/ma
|
|||
sh -c "$(wget -O- https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/master/Bibata.sh)"
|
||||
```
|
||||
|
||||
### Manual Install
|
||||
|
||||
#### Linux/X11
|
||||
|
||||
```bash
|
||||
# extract `Bibata.tar.gz`
|
||||
tar -xvf Bibata.tar.gz
|
||||
|
||||
# For local users
|
||||
mv Bibata ~/.icons/
|
||||
|
||||
# For all users
|
||||
sudo mv Bibata /usr/share/icons/
|
||||
```
|
||||
|
||||
#### Windows
|
||||
|
||||
1. unzip `Bibata_Windows.zip` file
|
||||
2. Open `Bibata_Windows/<Bibata_flavor>` in Explorer, and **right click** on `install.inf`.
|
||||
3. Click 'Install' from the context menu, and authorise the modifications to your system.
|
||||
4. Open _Control Panel_ > _Personalisation and Appearance_ > _Change mouse pointers_, and select **Bibata Cursors**.
|
||||
5. Click '**Apply**'.
|
||||
|
||||
### Build dependencies
|
||||
|
||||
- [git](https://git-scm.com/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue