diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fff4d1..735ea7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix `None` value warning in `builder/symlinks.py` - Fix artifacts uploading order in `build` action - Some path ignore in `build` action +- Linux/UNIX uninstall docs init ## [v1.2.3] - 23 Nov 2021 diff --git a/README.md b/README.md index 22a677c..7de0f44 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,40 @@ sudo mv macOSBigSur /usr/share/icons/ ### Uninstall +#### Linux/X11 + +##### macOSMonterey + +```bash +# From local users +rm -rf ~/.icons/macOSMonterey + +# From all users +sudo rm -rf ~/.icons/macOSMonterey +``` + +##### macOSBigSur + +```bash +# From local users +rm -rf ~/.icons/macOSBigSur + +# From all users +sudo rm -rf ~/.icons/macOSBigSur +``` + #### Windows +##### macOSBigSur + +1. Go to **Registry Editor** by typing the same in the _start search box_. +2. Expand `HKEY_CURRENT_USER` folder and expand `Control Panel` folder. +3. Go to `Cursors` folder and click on `Schemes` folder - all the available custom cursors that are installed will be listed here. +4. **Right Click** on the name of cursor file you want to uninstall; for eg.: _macOSBigSur Cursors_ and click `Delete`. +5. Click '**yes**' when prompted. + +##### macOSMonterey + 1. Go to **Registry Editor** by typing the same in the _start search box_. 2. Expand `HKEY_CURRENT_USER` folder and expand `Control Panel` folder. 3. Go to `Cursors` folder and click on `Schemes` folder - all the available custom cursors that are installed will be listed here.