McMojave-cursors/README.md

35 lines
772 B
Markdown
Raw Permalink Normal View History

2020-01-26 06:33:47 -08:00
# McMojave cursors
2020-01-31 05:45:46 -08:00
This is an x-cursor theme inspired by macOS and
based on [capitaine-cursors](https://github.com/keeferrourke/capitaine-cursors).
2020-01-26 06:33:47 -08:00
## Installation
To install the cursor theme simply copy the compiled theme to your icons
directory. For local user installation:
```
2020-01-26 06:56:09 -08:00
./install.sh
2020-01-26 06:33:47 -08:00
```
For system-wide installation for all users:
```
2020-01-26 06:56:09 -08:00
sudo ./install.sh
2020-01-26 06:33:47 -08:00
```
Then set the theme with your preferred desktop tools.
## Building from source
You'll find everything you need to build and modify this cursor set in
the `src/` directory. To build the xcursor theme from the SVG source
run:
```
./build.sh
```
This will generate the pixmaps and appropriate aliases.
The freshly compiled cursor theme will be located in `dist/`
## Preview
2020-01-31 05:45:46 -08:00
![McMojave](preview.png)