mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-15 07:34:44 -04:00
Open source macOS Cursors.
.github/workflows | ||
src | ||
.gitignore | ||
build.py | ||
CHANGELOG.md | ||
config.py | ||
helper.py | ||
hotspots.json | ||
LICENSE | ||
nodemon.json | ||
package.json | ||
PLING.bbcode | ||
README.md | ||
requirements.txt | ||
tsconfig.json | ||
yarn.lock |
🍎 macOS Cursor Theme
Build Dependencies
Runtime Dependencies
- libxcursor-dev
- libx11-dev
- libpng-dev (<=1.6)
Install Runtime Dependencies
Debain/ubuntu
sudo apt install libx11-dev libxcursor-dev libpng-dev
ArchLinux/Manjaro
sudo pacman -S libx11 libxcursor libpng
Fedora/Fedora Silverblue/CentOS/RHEL
sudo dnf install libx11-devel libxcursor-devel libpng-devel