Update .config/git/config.local
Update tags
This commit is contained in:
parent
f4b5c7a81a
commit
50af4d566f
2 changed files with 5 additions and 1 deletions
|
@ -3,4 +3,8 @@
|
|||
[user]
|
||||
name = punkfairie
|
||||
email = 23287005+punkfairie@users.noreply.github.com
|
||||
{{ if .gpgKey -}}
|
||||
signingkey = {{ .gpgKey }}
|
||||
{{- else -}}
|
||||
{{- output "echo" ".gpgKey not set, please run chezmoi apply again!" -}}
|
||||
{{- end }}
|
||||
|
|
2
tags
2
tags
|
@ -436,7 +436,7 @@ logo_wave_dir dot_config/openrazer/persistence.conf /^logo_wave_dir = 1$/;" k se
|
|||
lpd-enabled dot_config/transmission/settings.json /^ "lpd-enabled": true,$/;" b
|
||||
lua_ls dot_config/nvim/dot_neoconf.json /^ "lua_ls": {$/;" o object:neoconf.plugins
|
||||
m3u dot_config/mopidy/mopidy.conf /^[m3u]$/;" s
|
||||
main .chezmoiscripts/run_before_drapeau.py /^def main():$/;" f
|
||||
main .chezmoiscripts/run_after_drapeau.py /^def main():$/;" f
|
||||
main-window-height dot_config/transmission/settings.json /^ "main-window-height": 465,$/;" n
|
||||
main-window-is-maximized dot_config/transmission/settings.json /^ "main-window-is-maximized": false,$/;" b
|
||||
main-window-width dot_config/transmission/settings.json /^ "main-window-width": 808,$/;" n
|
||||
|
|
Loading…
Reference in a new issue