Skip to content

Commit

Permalink
💿 Windows Quick install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Aug 10, 2020
1 parent 26ad588 commit f36656d
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ bash <(curl -s "https://raw.githubusercontent.com/ful1e5/apple_cursor/easy-insta
bash <(wget -qO- "https://raw.githubusercontent.com/ful1e5/apple_cursor/easy-install-patch/scripts/install.sh")
```

#### Windows

1. unzip `macOSBigSur_Windows.zip` file
2. Open `macOSBigSur_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 **MacOSBigSur Cursors**.
5. Click '**Apply**'.

#### Cursor Sizes: 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96

#### Colors:
Expand Down Expand Up @@ -170,15 +178,6 @@ mv macOSBigSur ~/.icons/
sudo mv macOSBigSur /usr/share/icons/
```

### Windows

1. Open the `settings` app.
2. **Goto** `Devices` -> `Mouse` -> `Additional Mouse Options`.
3. **Goto** the `pointers` tab.
4. Replace each cursor in the currently applied cursor set with the corresponding cursor in the `mac OsBigSur Windows Theme` folder.
5. Click "**save as**" and type in the desired name.
6. Click "**apply**" and "**ok**".

## Manual Install

> Make sure you have installed all [Build dependencies](#build-dependencies).
Expand All @@ -200,6 +199,8 @@ After build `bitmaps` and `packages` are generated at project root directory.

### Install Build Cursor

#### Linux

All builded cursor packages are available inside `packages` directory.

```bash
Expand All @@ -210,6 +211,16 @@ mkdir macOSBigSur && tar -xvf macOSBigSur.tar -C macOSBigSur
rm -rf ~/.icons/macOSBigSur && cp macOSBigSur ~/.icons/
```

#### Windows

1. unzip `macOSBigSur_Windows.zip` file
2. Open the `settings` app.
3. **Goto** `Devices` -> `Mouse` -> `Additional Mouse Options`.
4. **Goto** the `pointers` tab.
5. Replace each cursor in the currently applied cursor set with the corresponding cursor in the `macOSBigSur Windows Theme` folder.
6. Click "**save as**" and type in the desired name.
7. Click "**apply**" and "**ok**".

<!-- Bug Report -->

# Bugs
Expand Down

0 comments on commit f36656d

Please sign in to comment.