Skip to content

Commit

Permalink
Merge pull request #163 from jmarmstrong1207/patch-1
Browse files Browse the repository at this point in the history
Change installation guide to use .local/share/icons
  • Loading branch information
ful1e5 authored Mar 20, 2024
2 parents 82df20a + 6ab1d28 commit afb25d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,20 +159,20 @@ sudo dnf install bibata-cursor-theme

## Installing Bibata Cursor

#### Linux/X11
#### Linux X11/Wayland

**Installation:**

```bash
tar -xvf Bibata.tar.gz # extract `Bibata.tar.gz`
mv Bibata-* ~/.icons/ # Install to local users
mv Bibata-* ~/.local/share/icons/ # Install to local users
sudo mv Bibata-* /usr/share/icons/ # Install to all users
```

**Uninstallation:**

```bash
rm ~/.icons/Bibata-* # Remove from local users
rm ~/.local/share/icons/Bibata-* # Remove from local users
sudo rm /usr/share/icons/Bibata-* # Remove from all users
```

Expand Down

0 comments on commit afb25d6

Please sign in to comment.