mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 06:34:41 -04:00
💾 Install docs
This commit is contained in:
parent
7019c40337
commit
ed7fdd0b41
1 changed files with 4 additions and 7 deletions
11
README.md
11
README.md
|
@ -260,7 +260,7 @@ deactivate
|
||||||
|
|
||||||
#### Compile From Source
|
#### Compile From Source
|
||||||
|
|
||||||
> Make sure you followed [previous step](#setup-python-environment) and `virtualenv` is **active**.
|
> Make sure your python environment setuped [previous step](#setup-python-environment) and `virtualenv` is **active**.
|
||||||
|
|
||||||
##### Using yarn
|
##### Using yarn
|
||||||
|
|
||||||
|
@ -280,7 +280,7 @@ npm compile # Compile the cursor t
|
||||||
npm unpack # To extract`./packages/macOSBigSur.tar` file
|
npm unpack # To extract`./packages/macOSBigSur.tar` file
|
||||||
```
|
```
|
||||||
|
|
||||||
After build `bitmaps` and `packages` are generated at project root directory.
|
After build `bitmaps` and `packages` directory are generated at project **root**.
|
||||||
|
|
||||||
### Install Build Theme
|
### Install Build Theme
|
||||||
|
|
||||||
|
@ -290,10 +290,7 @@ All builded cursor packages are available inside `packages` directory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ./packages
|
cd ./packages
|
||||||
# Unpack .tar archive
|
rm -rf ~/.icons/macOSBigSur && cp macOSBigSur ~/.icons/ # installing Theme to local user(recommend)
|
||||||
mkdir macOSBigSur && tar -xvf macOSBigSur.tar -C macOSBigSur
|
|
||||||
# clean old version & install new build version to local user (recommended)
|
|
||||||
rm -rf ~/.icons/macOSBigSur && cp macOSBigSur ~/.icons/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
@ -302,7 +299,7 @@ rm -rf ~/.icons/macOSBigSur && cp macOSBigSur ~/.icons/
|
||||||
2. Open the `settings` app.
|
2. Open the `settings` app.
|
||||||
3. **Goto** `Devices` -> `Mouse` -> `Additional Mouse Options`.
|
3. **Goto** `Devices` -> `Mouse` -> `Additional Mouse Options`.
|
||||||
4. **Goto** the `pointers` tab.
|
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.
|
5. Replace each cursor in the currently applied cursor set with the corresponding cursor in the `macOSBigSur_Windows` folder.
|
||||||
6. Click "**save as**" and type in the desired name.
|
6. Click "**save as**" and type in the desired name.
|
||||||
7. Click "**apply**" and "**ok**".
|
7. Click "**apply**" and "**ok**".
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue