diff options
| author | 2026-07-27 11:18:36 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | ffda07ec5973970a439348f1d8723c9fd174d4ec (patch) | |
| tree | fe36ea1305eb19b5f7f25620b138bcefff2fc6cb /_mbsetupuser | |
| parent | d8bacee7ed4d15fa98b5f3b9a5d89ce2f5e24e49 (diff) | |
| download | new-dotfiles-ffda07ec5973970a439348f1d8723c9fd174d4ec.tar.gz new-dotfiles-ffda07ec5973970a439348f1d8723c9fd174d4ec.zip | |
Emacs: Add wakatime
Diffstat (limited to '_mbsetupuser')
| -rw-r--r-- | _mbsetupuser/Brewfile.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_mbsetupuser/Brewfile.org b/_mbsetupuser/Brewfile.org index 139b90f..9ad2863 100644 --- a/_mbsetupuser/Brewfile.org +++ b/_mbsetupuser/Brewfile.org @@ -116,3 +116,9 @@ This requires some aliases to actually work, otherwise the bundled versions get #+begin_src sh :tangle .config/zsh/conf.d/macos.sh alias ls="gls --color=always" #+end_src + +Install wakatime-cli so I can track my personal coding times. + +#+begin_src ruby + brew "wakatime-cli" +#+end_src |
