hammerspoon config & drop taskwarrior
This commit is contained in:
parent
d0930f097a
commit
c762b6bb81
6 changed files with 291 additions and 86 deletions
|
@ -3,9 +3,11 @@ name = {{ .name | quote }}
|
|||
email = {{ .email_personal | quote }}
|
||||
|
||||
[git]
|
||||
push-bookmark-prefix = "{{ .github_personal }}_jj_"
|
||||
private-commits = "description(glob:'private:*') | bookmarks('merge')"
|
||||
|
||||
[templates]
|
||||
git_push_bookmark = '"{{ .github_personal }}_jj_" ++ change_id.short()'
|
||||
|
||||
[colors]
|
||||
"diff removed token" = { fg = "red", underline = false }
|
||||
"diff added token" = { fg = "green", underline = false }
|
||||
|
@ -22,5 +24,5 @@ diff-formatter = ":git"
|
|||
--when.repositories = ["~/Klaviyo", "~/.klaviyocli"]
|
||||
[--scope.user]
|
||||
email = {{ .email_work | quote }}
|
||||
[--scope.git]
|
||||
push-bookmark-prefix = "2025_{{ .github_work }}_jj_"
|
||||
[--scope.templates]
|
||||
git_push_bookmark = '"2025_{{ .github_work }}_jj_" ++ change_id.short()'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue