diff --git a/dot_gitconfig b/dot_gitconfig index 073e1c5..94fd6b5 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -9,3 +9,9 @@ [includeIf "gitdir:/Users/beisel/.local/share/chezmoi/"] path = .gitconfig-private +# Fallthrough +[user] + email = florian.beisel@intersport.de + name = Florian Beisel +[gpg] + format = ssh diff --git a/dot_gitconfig-work b/dot_gitconfig-work index 2780299..3da6fbe 100644 --- a/dot_gitconfig-work +++ b/dot_gitconfig-work @@ -1,3 +1,4 @@ [user] email = florian.beisel@intersport.de name = Florian Beisel + signingkey = ~/.ssh/id_ed25519-work.pub diff --git a/private_Library/private_Application Support/private_Code/User/settings.json b/private_Library/private_Application Support/private_Code/User/settings.json index d52bcb4..e20c988 100644 --- a/private_Library/private_Application Support/private_Code/User/settings.json +++ b/private_Library/private_Application Support/private_Code/User/settings.json @@ -60,5 +60,8 @@ "typescript.inlayHints.enumMemberValues.enabled": true, "typescript.inlayHints.functionLikeReturnTypes.enabled": true, "typescript.inlayHints.parameterNames.enabled": "literals", - "go.inlayHints.parameterNames": true + "go.inlayHints.parameterNames": true, + "[yaml]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + } } \ No newline at end of file