Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samwhelp committed Oct 14, 2024
1 parent 4a3981a commit f9d1361
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion read/howto/config-window-decoration.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,25 +244,34 @@ theme=__aurorae__svg__Orchis-dark-solid
> 可以使用「關鍵字: [kde](https://github.com/vinceliuice?tab=repositories&q=kde&type=&language=&sort=)」查詢
> 可以找到「Vimix-kde / [aurorae](https://github.com/vinceliuice/Vimix-kde/tree/master/aurorae)
執行下面指令,產生「`~/.local/share/aurorae/themes`」這個資料夾。

``` sh
mkdir -p ~/.local/share/aurorae/themes
```

* https://github.com/vinceliuice/Vimix-kde/tree/master/aurorae
執行下面指令,Clone「vinceliuice / [Vimix-kde](https://github.com/vinceliuice/Vimix-kde)

``` sh
git clone https://github.com/vinceliuice/Vimix-kde.git
```

執行下面指令,將「Vimix-kde/aurorae」複製到「~/.local/share/aurorae/themes」這個資料夾。

``` sh
cp Vimix-kde/aurorae/. ~/.local/share/aurorae/themes -rf
```

執行

``` sh
ls -1 ~/.local/share/aurorae/themes/
```

顯示

```
Vimix
Vimix-Amethyst
Expand Down

0 comments on commit f9d1361

Please sign in to comment.