Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 455 Bytes

CursorThemes.md

File metadata and controls

20 lines (17 loc) · 455 Bytes

Linux add-on cursor themes (RPiOS)

https://github.com/chunky-milk/cursor-themes

Installation (Whole System)

git clone https://github.com/ryanfortner/cursor-themes.git
sudo apt-get install xcursor-themes
cd cursor-themes
sudo cp -r * /usr/share/icons

Installation (Per user)

mkdir ~/.icons
sudo apt-get install xcursor-themes
git clone https://github.com/ryanfortner/cursor-themes.git
cd cursor-themes
cp -r * ~/.icons