diff --git a/README.md b/README.md index da16922..dfe25aa 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,31 @@ Enjoy upcoming **[macOS BigSur](https://www.apple.com/macos/big-sur-preview/)** +#### Cursor Sizes + +24 +28 +32 +40 +48 +56 +64 +72 +80 +88 +96 + +#### Colors + +![#000000](https://placehold.it/15/000/000000?text=+) #000000 +![#fffff](https://placehold.it/15/fff/000000?text=+) #fffff +![#13A3F5](https://placehold.it/15/13A3F5/000000?text=+) #13A3F5 +![#4DCB2C](https://placehold.it/15/4DCB2C/000000?text=+) #4DCB2C +![#FED103](https://placehold.it/15/FED103/000000?text=+) #FED103 +![#FE9D0C](https://placehold.it/15/FE9D0C/000000?text=+) #FE9D0C +![#F2493C](https://placehold.it/15/F2493C/000000?text=+) #F2493C +![#B75DCC](https://placehold.it/15/B75DCC/000000?text=+) #B75DCC + #### Quick install ##### via curl @@ -108,6 +133,24 @@ bash <(curl -s "https://raw.githubusercontent.com/ful1e5/apple_cursor/master/scr bash <(wget -qO- "https://raw.githubusercontent.com/ful1e5/apple_cursor/master/scripts/install.sh") ``` +### Install + +#### Linux/X11 + + + + +```bash +# Unpack +mkdir macOSBigSur && tar -xvf macOSBigSur.tar -C macOSBigSur +# For local users +mv macOSBigSur ~/.icons/ +# For all users +sudo mv macOSBigSur /usr/share/icons/ +``` + #### Windows 1. unzip `macOSBigSur_Windows.zip` file @@ -116,21 +159,6 @@ bash <(wget -qO- "https://raw.githubusercontent.com/ful1e5/apple_cursor/master/s 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 - -- ![#000000](https://placehold.it/15/000/000000?text=+) `#000000vim.searchHighlightColor` -- ![#fffff](https://placehold.it/15/fff/000000?text=+) `#fffff` -- ![#13A3F5](https://placehold.it/15/13A3F5/000000?text=+) `#13A3F5` -- ![#4DCB2C](https://placehold.it/15/4DCB2C/000000?text=+) `#4DCB2C` -- ![#FED103](https://placehold.it/15/FED103/000000?text=+) `#FED103` -- ![#FE9D0C](https://placehold.it/15/FE9D0C/000000?text=+) `#FE9D0C` -- ![#F2493C](https://placehold.it/15/F2493C/000000?text=+) `#F2493C` -- ![#B75DCC](https://placehold.it/15/B75DCC/000000?text=+) `#B75DCC` - #### Preview: > Detailed Cursors Informations inside [src/svgs/README.md](https://github.com/ful1e5/apple_cursor/blob/master/src/svg/README.md)