From 3234f3af48ea7add705ea55ffb1a5ef182ffdec6 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 5 Sep 2020 10:42:54 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=96=20Bibata=20Manual=20install=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b55f1659..debd49bf 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ + + ## 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 ![Classic](https://imgur.com/I5cRKE4.png) ![Ice ✓](https://imgur.com/avnR40g.png) -### 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/` 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/)