Skip to content

Commit cb00674

Browse files
committed
fix(docs): align markdown tables for markdown-table-formatter
Made-with: Cursor
1 parent 3311fc8 commit cb00674

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The file [.chezmoiroot](.chezmoiroot) at the repo root contains `home`. So the *
4141
Paths under `home/` use chezmoi’s **source state attributes** (prefixes/suffixes). Only the main ones used in this repo are listed here; the full table and order rules are in the reference.
4242

4343
| Prefix | Effect |
44-
| -------------------- | ----------------------------------------------------------------------- |
44+
|----------------------|-------------------------------------------------------------------------|
4545
| `dot_` | Target name gets a leading dot (e.g. `dot_gitconfig``~/.gitconfig`). |
4646
| `private_` | Target has no group/world permissions (e.g. `private_dot_gnupg`). |
4747
| `executable_` | Target is executable (e.g. `executable_7zw``~/.7zw`). |
@@ -50,7 +50,7 @@ Paths under `home/` use chezmoi’s **source state attributes** (prefixes/suffix
5050
| `before_` / `after_` | With `run_*`: run before or after updating files. |
5151

5252
| Suffix | Effect |
53-
| ------- | --------------------------------------------------------------------------------------------------------------------------------- |
53+
|---------|-----------------------------------------------------------------------------------------------------------------------------------|
5454
| `.tmpl` | Content is a [text/template](https://pkg.go.dev/text/template) (see [Templating](https://www.chezmoi.io/user-guide/templating/)). |
5555

5656
Other attributes (e.g. `create_`, `modify_`, `remove_`, `encrypted_`, `symlink_`, etc.) exist; see [Source state attributes](https://www.chezmoi.io/reference/source-state-attributes/) and [Target types](https://www.chezmoi.io/reference/target-types/)**do not guess** prefix/suffix behavior.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
1919
## What you get
2020

2121
| Tool | Role | macOS | Linux | Windows | Codespaces |
22-
| ----------------------- | ---------------------------------------- | :---: | :---: | :-----: | :--------: |
22+
|-------------------------|------------------------------------------|:-----:|:-----:|:-------:|:----------:|
2323
| **zsh + Powerlevel10k** | Shell and prompt | x | x | | x |
2424
| **Oh My Posh** | Prompt engine (Windows) | | | x | |
2525
| **Ghostty** | Terminal emulator | x | | | |
@@ -109,7 +109,7 @@ chezmoi is configured to use Bitwarden CLI (`bw`) as its secret manager, but no
109109
chezmoi uses two boolean flags to adapt behavior per machine. Both are set automatically in `.chezmoi.toml.tmpl`.
110110

111111
| Flag | When true | What it gates |
112-
| ------------ | ------------------------------- | ------------------------------------------------------------------------------------------------------------- |
112+
|--------------|---------------------------------|---------------------------------------------------------------------------------------------------------------|
113113
| `codespaces` | `CODESPACES` env var is set | Skips GUI apps and redundant packages in the Brewfile. Uses the overlay fast path in `install.sh`. |
114114
| `private` | Windows, or `~/.private` exists | Enables personal-machine config: excludes work-specific MCP servers and Atlassian integrations from OpenCode. |
115115

@@ -198,6 +198,6 @@ gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v1.4.0 --repo chipwolf/dot
198198
## Further reading
199199

200200
| Document | Contents |
201-
| ---------------------------------- | -------------------------------------------------------------- |
201+
|------------------------------------|----------------------------------------------------------------|
202202
| [docs/yubikey.md](docs/yubikey.md) | YubiKey SSH workflow, backup strategy, credential hygiene |
203203
| [docs/secrets.md](docs/secrets.md) | Bitwarden integration, GnuPG config, secret introduction order |

docs/secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Once templates reference `bitwarden`, those specific targets will fail during ap
4040
The repo manages GnuPG config files under `home/private_dot_gnupg/`:
4141

4242
| Source file | Target | Contents |
43-
| ----------------------- | ------------------------ | ---------------------------------------------------------------------------- |
43+
|-------------------------|--------------------------|------------------------------------------------------------------------------|
4444
| `private_gpg.conf` | `~/.gnupg/gpg.conf` | Algorithm preferences, key display settings, smartcard options |
4545
| `private_scdaemon.conf` | `~/.gnupg/scdaemon.conf` | `disable-ccid` (uses the system CCID driver instead of GnuPG's built-in one) |
4646

docs/yubikey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ssh-keygen -t ed25519-sk -C "user@domain.tld" -O resident -O verify-required
3737
What the flags do:
3838

3939
| Flag | Purpose |
40-
| ---------------------- | ------------------------------------------------------------------------------- |
40+
|------------------------|---------------------------------------------------------------------------------|
4141
| `-t ed25519-sk` | Use the Ed25519 algorithm with a FIDO2 security key |
4242
| `-C "user@domain.tld"` | Comment to identify the key (use your email) |
4343
| `-O resident` | Store the key handle on the YubiKey itself, making it portable between machines |
@@ -84,7 +84,7 @@ Options:
8484
## `verify-required` vs touch-only
8585

8686
| Mode | What happens on use |
87-
| -------------------- | ----------------------------------------------------------------- |
87+
|----------------------|-------------------------------------------------------------------|
8888
| Touch-only (default) | YubiKey blinks, you touch it, authentication proceeds |
8989
| `verify-required` | YubiKey blinks, you enter your FIDO2 PIN, authentication proceeds |
9090

home/dot_config/opencode/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ These constraints are unconditional. Apply them without being asked.
2222
Load skills on-demand via the `skill` tool. Use subagents for delegated async work.
2323

2424
| Name | Type | When to use |
25-
| ------------------ | -------- | -------------------------------------------------------------------- |
25+
|--------------------|----------|----------------------------------------------------------------------|
2626
| `memory` | skill | Before writing to any AGENTS.md file |
2727
| `dotfiles` | skill | Before any change to chezmoi-managed files |
2828
| `python-toolchain` | skill | Before any Python, pip, uv, or mise work |

home/dot_config/opencode/skills/dotfiles/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Never edit files under `~/` directly when they are chezmoi-managed. Always edit
1616
Files under `home/` use chezmoi source state attributes:
1717

1818
| Prefix | Effect |
19-
| -------------------- | ------------------------------------------------------------------------- |
19+
|----------------------|---------------------------------------------------------------------------|
2020
| `dot_` | Adds a leading dot to the target name (`dot_gitconfig` -> `~/.gitconfig`) |
2121
| `private_` | Target has no group/world permissions |
2222
| `executable_` | Target is executable |
@@ -26,7 +26,7 @@ Files under `home/` use chezmoi source state attributes:
2626
| `before_` / `after_` | With `run_*`: run before or after updating files |
2727

2828
| Suffix | Effect |
29-
| ------- | ----------------------------- |
29+
|---------|-------------------------------|
3030
| `.tmpl` | Content is a Go text/template |
3131

3232
Directories follow the same attribute rules (`dot_config/` -> `~/.config/`). Scripts in `home/.chezmoiscripts/` do not create a target directory.

home/dot_config/opencode/skills/python-toolchain/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Never run `python`, `python3`, `pip`, `pip3`, `uv`, or `uvx` directly. All Pytho
1010
## Running commands
1111

1212
| Task | Command |
13-
| ----------------------- | -------------------------------------------- |
13+
|-------------------------|----------------------------------------------|
1414
| Ad hoc Python command | `mise x -- uv run --no-project python ...` |
1515
| Run a script | `mise x -- uv run <script>` |
1616
| Run with extra deps | `mise x -- uv run --with <package> <script>` |

0 commit comments

Comments
 (0)