typo in chezmoi config

This commit is contained in:
Matthew Ryan Dillon 2025-07-28 21:48:18 -04:00
parent c762b6bb81
commit 671e8c63c5

View file

@ -5,7 +5,7 @@ hs.timer.doAfter(2, function() preloadView:delete() end) -- delete after 2 secon
local GitSync = {}
GitSync.config = {
repoPath = "/Users/matthew.dillon/notebook",
repoPath = "{{ .chezmoi.homeDir }}/notebook",
remoteName = "pingo",
syncInterval = 60,
commitMessage = "Auto-sync: $(date +\"%Y-%m-%d %H:%M:%S\") from $(hostname)"