Skip to content

Commit 5cdc9b2

Browse files
committed
feat(wakatime): configure bitwarden-backed api key
Add a managed ~/.wakatime.cfg template that uses api_key_vault_cmd via Bitwarden and document WakaTime CLI in the tool table. Made-with: Cursor
1 parent 7a2d1d2 commit 5cdc9b2

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
2828
| **Neovim (LazyVim)** | Editor | x | x | x | x |
2929
| **OpenCode** | AI coding agent | x | x | x | x |
3030
| **tree-sitter CLI** | Treesitter parser generator | | | x | |
31+
| **WakaTime CLI** | Coding activity tracker | x | x | | |
3132
| **Git** | Version control config | x | x | x | x |
3233
| **GnuPG** | Encryption and signing | x | x | | |
3334
| **Homebrew** | Package manager | x | x | | x |

home/dot_wakatime.cfg.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[settings]
2+
{{- if not .codespaces }}
3+
api_key_vault_cmd = bw get password wakatime-api-key
4+
{{- end }}

0 commit comments

Comments
 (0)