Install latest/stable of Arc Aurora cursors
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install arcaurora-cursors
Don't have snapd? Get set up for snaps.
This snap contains the Arc Aurora Cursors Theme. Arc Aurora Cursors is an x-cursor theme inspired by macOS and based on capitaine-cursors.
Attributions
All credit goes to the original cursor developer @yeyushengfan258.
Thanks to @jollygoose for the template building a snap of a cursor theme and his/her useful instructions which I copied here.
Applying the theme
To apply the theme to a single application, perform the following:
sudo snap connect [snap-you-want-to-theme]:icon-themes arcaurora-cursors:icon-themes
To apply to all applications run the following command. Thanks to @flexiondotorg for the handy loop.
for plug in $(snap connections | grep gtk-common-themes:icon-themes | awk '{print $2}'); do sudo snap connect ${plug} arcaurora-cursors:icon-themes; done
NOTE: Some apps like the Ubuntu Snap Store may require logging out, and back in to load the changes.
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.