💖 Bibata Manual install docs

This commit is contained in:
ful1e5 2020-09-05 10:42:54 +05:30
parent 46232479aa
commit 3234f3af48

View file

@ -55,6 +55,8 @@
</details> </details>
<!-- Bibata Info -->
## Bibata ? ## Bibata ?
Bibata is **OpenSource**, Compact and Material Designed Cursor set. This project masterelop for improve `Cursor` Experience. 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
![Classic](https://imgur.com/I5cRKE4.png) ![Classic](https://imgur.com/I5cRKE4.png)
![Ice ✓](https://imgur.com/avnR40g.png) ![Ice ✓](https://imgur.com/avnR40g.png)
### Quick Install #### 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`.
##### via curl ##### 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)" 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 ### Build dependencies
- [git](https://git-scm.com/) - [git](https://git-scm.com/)