📚 docs(installation): add icon theme installation section
This commit is contained in:
parent
24f1878add
commit
1d42fc3072
1 changed files with 20 additions and 0 deletions
20
.github/README.md
vendored
20
.github/README.md
vendored
|
@ -235,6 +235,26 @@ Here is all the information about my setup:
|
||||||
systemctl --user start bluetooth.service
|
systemctl --user start bluetooth.service
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Icon Theme
|
||||||
|
|
||||||
|
First off, we have to download the icon package from the releases page of their repo. You can do it very easily by using curl.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -LJO https://github.com/ljmill/catppuccin-icons/releases/download/v0.2.0/Catppuccin-SE.tar.bz2
|
||||||
|
```
|
||||||
|
|
||||||
|
Once you have that, its time to extract the compressed package.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
tar -xf Catppuccin-SE.tar.bz2
|
||||||
|
```
|
||||||
|
|
||||||
|
And finally, move them to the ~/.local/share/icons directory.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
mv Catppuccin-SE ~/.local/share/icons
|
||||||
|
```
|
||||||
|
|
||||||
- Useful CLI/TUI packages
|
- Useful CLI/TUI packages
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue