mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-16 16:14:38 -04:00
💾 Fix: Bibata package name in installation
This commit is contained in:
parent
007d4e5e81
commit
33ad0e01a1
2 changed files with 14 additions and 14 deletions
|
@ -13,17 +13,17 @@ Get the latest stable/dev-version Linux release from the on the [b][url=https://
|
||||||
|
|
||||||
[b]Install[/b]
|
[b]Install[/b]
|
||||||
[b]For all user:[/b]
|
[b]For all user:[/b]
|
||||||
[code]sudo mv Bibata_* /usr/share/icons[/code]
|
[code]sudo mv Bibata-* /usr/share/icons[/code]
|
||||||
[b]For local user:
|
[b]For local user:
|
||||||
[/b][code]mv Bibata_* ~/.icons[/code]
|
[/b][code]mv Bibata-* ~/.icons[/code]
|
||||||
|
|
||||||
[b][size=100]Uninstall[/size][/b]
|
[b][size=100]Uninstall[/size][/b]
|
||||||
|
|
||||||
[b]From all user:[/b]
|
[b]From all user:[/b]
|
||||||
[code]sudo rm -r /usr/share/icons/Bibata_*[/code]
|
[code]sudo rm -r /usr/share/icons/Bibata-*[/code]
|
||||||
|
|
||||||
[b]From local user:[/b]
|
[b]From local user:[/b]
|
||||||
[code]rm -r ~/.icons/Bibata_*[/code]
|
[code]rm -r ~/.icons/Bibata-*[/code]
|
||||||
|
|
||||||
[size=150][b]Window installation[/b][/size]
|
[size=150][b]Window installation[/b][/size]
|
||||||
[list=1]
|
[list=1]
|
||||||
|
|
20
README.md
20
README.md
|
@ -91,15 +91,15 @@
|
||||||
- [Arch Linux/Manjaro](#arch-linuxmanjaro)
|
- [Arch Linux/Manjaro](#arch-linuxmanjaro)
|
||||||
- [Fedora](#fedora)
|
- [Fedora](#fedora)
|
||||||
- [Manual Install](#manual-install)
|
- [Manual Install](#manual-install)
|
||||||
- [Linux/X11](#linuxx11)
|
- [Linux/X11](#linuxx11)
|
||||||
- [Windows](#windows)
|
- [Windows](#windows)
|
||||||
- [Dependencies](#dependencies)
|
- [Dependencies](#dependencies)
|
||||||
- [Runtime Dependencies](#runtime-dependencies)
|
- [Runtime Dependencies](#runtime-dependencies)
|
||||||
- [Install Runtime Dependencies](#install-runtime-dependencies)
|
- [Install Runtime Dependencies](#install-runtime-dependencies)
|
||||||
- [macOS](#macos)
|
- [macOS](#macos)
|
||||||
- [Debain/ubuntu](#debainubuntu)
|
- [Debain/ubuntu](#debainubuntu)
|
||||||
- [ArchLinux/Manjaro](#archlinuxmanjaro)
|
- [ArchLinux/Manjaro](#archlinuxmanjaro)
|
||||||
- [Fedora/Fedora Silverblue/CentOS/RHEL](#fedorafedora-silverbluecentosrhel)
|
- [Fedora/Fedora Silverblue/CentOS/RHEL](#fedorafedora-silverbluecentosrhel)
|
||||||
- [Build Dependencies](#build-dependencies)
|
- [Build Dependencies](#build-dependencies)
|
||||||
- [Node Packages](#node-packages)
|
- [Node Packages](#node-packages)
|
||||||
- [PyPi Packages](#pypi-packages)
|
- [PyPi Packages](#pypi-packages)
|
||||||
|
@ -235,10 +235,10 @@ Latest `Stable` & `Development` releases can be downloaded from [Here](https://g
|
||||||
tar -xvf Bibata.tar.gz
|
tar -xvf Bibata.tar.gz
|
||||||
|
|
||||||
# For local users
|
# For local users
|
||||||
mv Bibata_* ~/.icons/
|
mv Bibata-* ~/.icons/
|
||||||
|
|
||||||
# For all users
|
# For all users
|
||||||
sudo mv Bibata_* /usr/share/icons/
|
sudo mv Bibata-* /usr/share/icons/
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
@ -369,7 +369,7 @@ All builded cursor themes are available inside `themes` directory.
|
||||||
cd ./themes
|
cd ./themes
|
||||||
|
|
||||||
# installing Theme to local user(recommend)
|
# installing Theme to local user(recommend)
|
||||||
rm -rf ~/.icons/Bibata_* && cp -r Bibata_* ~/.icons/
|
rm -rf ~/.icons/Bibata-* && cp -r Bibata-* ~/.icons/
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue