Skip to content

Commit 6a4df20

Browse files
committed
chore(config): add wakatime configuration file
Add .wakatime.cfg to configure WakaTime API integration with custom settings for project mapping, theme preferences, and git remote configuration for accurate time tracking across projects.
1 parent e943a91 commit 6a4df20

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

.config/yadm/scripts/check-configs.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function print_failure() {
1919
}
2020

2121
expected_files=(
22-
~/.wakatime.cfg
22+
~/.wakatime.local.cfg
2323
)
2424

2525
any_missing=0

.wakatime.cfg

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[settings]
2+
api_url = https://wakapi.pombei.ro/api
3+
import_cfg = ~/.wakatime.local.cfg
4+
5+
[git]
6+
project_from_git_remote = true
7+
8+
[projectmap]
9+
^/Users/pedro(\d+) = ~{0}
10+
^/Users/pedropombeiro(\d+) = ~{0}
11+
12+
[wakadash]
13+
# GitHub repo for historical data (format: owner/repo)
14+
# Set up your archive with wakasync: https://github.com/b00y0h/wakasync
15+
# history_repo = your-username/wakatime-data
16+
17+
# Theme: dracula, nord, gruvbox, monokai, solarized, tokyonight
18+
theme = gruvbox

0 commit comments

Comments
 (0)