We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2d1d2 commit 5cdc9b2Copy full SHA for 5cdc9b2
2 files changed
README.md
@@ -28,6 +28,7 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
28
| **Neovim (LazyVim)** | Editor | x | x | x | x |
29
| **OpenCode** | AI coding agent | x | x | x | x |
30
| **tree-sitter CLI** | Treesitter parser generator | | | x | |
31
+| **WakaTime CLI** | Coding activity tracker | x | x | | |
32
| **Git** | Version control config | x | x | x | x |
33
| **GnuPG** | Encryption and signing | x | x | | |
34
| **Homebrew** | Package manager | x | x | | x |
home/dot_wakatime.cfg.tmpl
@@ -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