typo in chezmoi config
This commit is contained in:
parent
c762b6bb81
commit
671e8c63c5
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue