# extract `macOSMonterey.tar.gz`
tar -xvf macOSMonterey.tar.gz
# For local users
mv macOSMonterey ~/.icons/
# For all users
sudo mv macOSMonterey /usr/share/icons/
macOSBigSur
# extract `macOSBigSur.tar.gz`
tar -xvf macOSBigSur.tar.gz
# For local users
mv macOSBigSur ~/.icons/
# For all users
sudo mv macOSBigSur /usr/share/icons/
Windows
macOSMonterey
unzip macOSMonterey-Windows.zip file
Open macOSMonterey-Windows/ in Explorer, and right click on install.inf.
Click 'Install' from the context menu, and authorize the modifications to your system.
Open Control Panel > Personalization and Appearance > Change mouse pointers, and select MacOSMonterey Cursors.
Click 'Apply'.
macOSBigSur
unzip macOSBigSur-Windows.zip file
Open macOSBigSur-Windows/ in Explorer, and right click on install.inf.
Click 'Install' from the context menu, and authorize the modifications to your system.
Open Control Panel > Personalization and Appearance > Change mouse pointers, and select MacOSBigSur Cursors.
Click 'Apply'.
Uninstall
Linux/X11
macOSMonterey
# From local users
rm -rf ~/.icons/macOSMonterey
# From all users
sudo rm -rf /usr/share/icons/macOSMonterey
macOSBigSur
# From local users
rm -rf ~/.icons/macOSBigSur
# From all users
sudo rm -rf /usr/share/icons/macOSBigSur
Windows
macOSBigSur
Go to Registry Editor by typing the same in the start search box.
Expand HKEY_CURRENT_USER folder and expand Control Panel folder.
Go to Cursors folder and click on Schemes folder - all the available custom cursors that are installed will be listed here.
Right Click on the name of cursor file you want to uninstall; for eg.: macOSBigSur Cursors and click Delete.
Click 'yes' when prompted.
macOSMonterey
Go to Registry Editor by typing the same in the start search box.
Expand HKEY_CURRENT_USER folder and expand Control Panel folder.
Go to Cursors folder and click on Schemes folder - all the available custom cursors that are installed will be listed here.
Right Click on the name of cursor file you want to uninstall; for eg.: macOSMonterey Cursors and click Delete.
GitHub Actions is automatically runs on every push(on main and dev branches) and pull request(on main branch), You found theme resources in artifact section of build.GitHub Actions source is available inside .github/workflows directory.
请发表评论