From 1d42fc30726fffae73072dfbf48e538db34d60dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 18 May 2024 20:24:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(installation):=20add=20icon?= =?UTF-8?q?=20theme=20installation=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/README.md b/.github/README.md index 83817eaf..0cb6915e 100644 --- a/.github/README.md +++ b/.github/README.md @@ -235,6 +235,26 @@ Here is all the information about my setup: 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 ```bash