mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-20 17:06:49 +00:00
fix(fish): fix code block indentation in secrets.d README
Change 3-space to 4-space indentation in ordered list code blocks to satisfy the markdown-table-formatter's multiple-of-2 rule.
This commit is contained in:
@@ -6,21 +6,21 @@ This directory contains sensitive environment variables like API tokens and cred
|
|||||||
|
|
||||||
1. Copy an example file (e.g., `github.fish.example`) to remove the `.example` suffix:
|
1. Copy an example file (e.g., `github.fish.example`) to remove the `.example` suffix:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cp github.fish.example github.fish
|
cp github.fish.example github.fish
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Edit the file and replace placeholder values with your actual secrets:
|
2. Edit the file and replace placeholder values with your actual secrets:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$EDITOR github.fish
|
$EDITOR github.fish
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Reload your fish shell or source the exports:
|
3. Reload your fish shell or source the exports:
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
source ~/.config/fish/exports.fish
|
source ~/.config/fish/exports.fish
|
||||||
```
|
```
|
||||||
|
|
||||||
## Adding New Secret Files
|
## Adding New Secret Files
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user