File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 6
6
* (optional) vivid (https://github.com/sharkdp/vivid[homepage] | https://github.com/gentoo/guru/tree/master/app-shells/vivid[ebuild])
7
7
* (optional) starship (https://starship.rs/[homepage] | https://packages.gentoo.org/packages/app-shells/starship[ebuild])
8
8
9
- == Theming
10
-
11
- By default, I'm using gruvbox, but sometimes I love to experiment with themes :D
12
- To make it easier, I'm using yadm alternatives using `theme:{name}` class, e.g.:
13
-
14
- [source,bash]
15
- ----
16
- # Set theme to catppuccin_frappe
17
- yadm config --add local.class theme:catppuccin_frappe
18
-
19
- # Switch back to default theme
20
- yadm config --unset-all local.class 'theme:*'
21
- ----
22
-
23
- There's also a helper for that:
24
-
25
- [source,bash]
26
- ----
27
- yadm-theme catppuccin_frappe
28
- ----
29
-
30
9
== Install
31
10
32
11
[source,bash]
You can’t perform that action at this time.
0 commit comments