Compare commits
3 commits
98bfbca738
...
c14710aa98
Author | SHA1 | Date | |
---|---|---|---|
c14710aa98 | |||
fee876b87f | |||
f6b1c5ff2e |
20 changed files with 10 additions and 10 deletions
|
@ -15,8 +15,8 @@ sh = "~"
|
|||
|
||||
[vcs.files]
|
||||
"vcs/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
|
||||
"vcs/git" = "~/.config"
|
||||
"vcs/jj" = "~/.config"
|
||||
"vcs/git/config" = "~/.config"
|
||||
"vcs/jj/config" = "~/.config"
|
||||
"vcs/gitignore/config" = "~/.config"
|
||||
"vcs/gitignore/local" = "~/.local"
|
||||
vcs = "~"
|
||||
|
@ -71,13 +71,13 @@ social = "~"
|
|||
|
||||
[writing.files]
|
||||
"writing/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
|
||||
"writing/jrnl" = "~/.config/jrnl"
|
||||
"writing/papis/papistui.yaml" = { target = "~/.config/papis/papistui.yaml", type = "symbolic" }
|
||||
"writing/papis" = "~/.config/papis"
|
||||
"writing/sioyek/prefs_user.config" = { target = "~/.config/sioyek/prefs_user.config", type = "template", prepend = "# TEMPLATED BY DOTTER\n" }
|
||||
"writing/sioyek" = "~/.config/sioyek"
|
||||
"writing/zathura" = "~/.config/zathura"
|
||||
"writing/zk" = "~/.config"
|
||||
"writing/jrnl/config" = "~/.config"
|
||||
"writing/papis/config/papis/papistui.yaml" = { target = "~/.config/papis/papistui.yaml", type = "symbolic" }
|
||||
"writing/papis/config" = "~/.config"
|
||||
"writing/sioyek/config/sioyek/prefs_user.config" = { target = "~/.config/sioyek/prefs_user.config", type = "template", prepend = "# TEMPLATED BY DOTTER\n" }
|
||||
"writing/sioyek/config" = "~/.config"
|
||||
"writing/zathura/config" = "~/.config"
|
||||
"writing/zk/config" = "~/.config"
|
||||
"writing/pandoc/local" = "~/.local"
|
||||
writing = "~"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ email = "marty.oehme@gmail.com"
|
|||
name = "Marty Oehme"
|
||||
|
||||
[signing]
|
||||
sign-all = true
|
||||
sign-all = false
|
||||
backend = "gpg"
|
||||
key = "73BA40D5AFAF49C9"
|
||||
|
Loading…
Reference in a new issue