@@ -6,19 +6,34 @@ My [**Zsh**] configuration. Fast, convenient, and pretty.
6
6
7
7
<!-- toc:start-->
8
8
9
- - [ ☑️ Features] ( #️-features )
10
- - [ 🫀 Core] ( #🫀-core )
11
- - [ ⚡️ Performance] ( #️-performance )
12
- - [ 🏪 Convenience] ( #🏪-convenience )
13
- - [ 🦋 Visuals] ( #🦋-visuals )
14
- - [ 🛠️ Installation] ( #🛠️-installation )
9
+ <!--
10
+ XXX: This TOC targets <a id="readme-‥"> tags instead of section headings
11
+ because GitHub's markdown renderer fails to consistently include all emoji
12
+ in the heading IDs that it generates. For example, it gives the “☑️ Features”
13
+ section a heading ID of `☑️-features` (as expected), but it mysteriously elides
14
+ the emoji when it assigns the “🫀 Core” section a heading ID of `-core`.
15
+ Rather than referencing GitHub's heading IDs (which would break the links
16
+ when this document is rendered by a well-behaved Markdown renderer),
17
+ this TOC links to anchor tags for each of the emoji-decorated section headings.
18
+
19
+ TODO: Identify/track/report/fix that bug.
20
+ -->
21
+
22
+ - [ ☑️ Features] ( #readme-features )
23
+ - [ 🫀 Core] ( #readme-core )
24
+ - [ ⚡️ Performance] ( #readme-performance )
25
+ - [ 🏪 Convenience] ( #readme-convenience )
26
+ - [ 🦋 Visuals] ( #readme-visuals )
27
+ - [ 🛠️ Installation] ( #readme-installation )
15
28
- [ Installation Method: Using Chezmoi] ( #installation-method-using-chezmoi )
16
29
- [ Installation Method: Manual] ( #installation-method-manual )
17
30
18
31
<!-- toc:end-->
19
32
20
33
## ☑️ Features
21
34
35
+ <a id =" readme-core " ></a >
36
+
22
37
### 🫀 Core
23
38
24
39
- Plugin manager: [ ** Zi** ]
@@ -30,6 +45,8 @@ My [**Zsh**] configuration. Fast, convenient, and pretty.
30
45
[ better-maintained ] : https://github.com/orgs/z-shell/discussions/138
31
46
[ compare Zi ] : https://www.githubcompare.com/z-shell/zi+zdharma-continuum/zinit
32
47
48
+ <a id =" readme-performance " ></a >
49
+
33
50
### ⚡️ Performance
34
51
35
52
- [ ** Powerlevel10k Instant Prompt** ] provides an instantly interactive prompt
@@ -73,6 +90,8 @@ My [**Zsh**] configuration. Fast, convenient, and pretty.
73
90
[ light loading ] : https://wiki.zshell.dev/docs/getting_started/overview#plugin-and-snippet-loading
74
91
[ turbo mode ] : https://wiki.zshell.dev/docs/getting_started/overview#turbo-mode-zsh--53
75
92
93
+ <a id =" readme-convenience " ></a >
94
+
76
95
### 🏪 Convenience
77
96
78
97
- Useful and sensible settings for [ Zsh options] and [ Zsh parameters] .
@@ -220,6 +239,8 @@ My [**Zsh**] configuration. Fast, convenient, and pretty.
220
239
[ compare H-S-MW ] : https://www.githubcompare.com/z-shell/h-s-mw+zdharma-continuum/history-search-multi-word
221
240
[ vi mode ] : https://zsh.sourceforge.io/Guide/zshguide04.html#l78
222
241
242
+ <a id =" readme-visuals " ></a >
243
+
223
244
### 🦋 Visuals
224
245
225
246
- Prompt theme: [ ** Powerlevel10k** ]
@@ -263,6 +284,8 @@ My [**Zsh**] configuration. Fast, convenient, and pretty.
263
284
[ `bat --plain --language=help` ] : https://github.com/sharkdp/bat#highlighting---help-messages
264
285
[ compare F-Sy-H ] : https://www.githubcompare.com/z-shell/f-sy-h+zdharma-continuum/fast-syntax-highlighting
265
286
287
+ <a id =" readme-installation " ></a >
288
+
266
289
## 🛠️ Installation
267
290
268
291
### Installation Method: Using Chezmoi
0 commit comments