aboutsummaryrefslogtreecommitdiffstats
path: root/_mbsetupuser/Brewfile.org
diff options
context:
space:
mode:
Diffstat (limited to '_mbsetupuser/Brewfile.org')
-rw-r--r--_mbsetupuser/Brewfile.org6
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