Update .chezmoidata/packages.yaml

Update .gitconfig
Update Library/Application Support/Code/User/settings.json
This commit is contained in:
Florian Beisel 2024-06-20 13:43:04 +02:00
parent e5947f4a2d
commit 6c198f3468
3 changed files with 19 additions and 3 deletions

View File

@ -66,15 +66,19 @@ packages:
- p11-kit - p11-kit
- pcre2 - pcre2
- pinentry-mac - pinentry-mac
- pkg-config
- poetry
- primer3 - primer3
- protobuf - protobuf
- pulumi - pulumi
- pycparser - pycparser
- pyenv
- python-setuptools - python-setuptools
- python@3.11 - python@3.11
- python@3.12 - python@3.12
- readline - readline
- screenresolution - screenresolution
- shellcheck
- sqlite - sqlite
- stoken - stoken
- thefuck - thefuck

View File

@ -15,3 +15,8 @@
name = Florian Beisel name = Florian Beisel
[gpg] [gpg]
format = ssh format = ssh
[core]
excludesfile = /Users/beisel/.gitignore_global
autocrlf = input
[push]
autoSetupRemote = true

View File

@ -30,7 +30,7 @@
"atlascode.bitbucket.enabled": false, "atlascode.bitbucket.enabled": false,
"atlascode.jira.statusbar.showProduct": true, "atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": true, "atlascode.jira.statusbar.showUser": true,
"workbench.colorTheme": "One Dark Pro", "workbench.colorTheme": "SynthWave '84",
"workbench.iconTheme": "material-icon-theme", "workbench.iconTheme": "material-icon-theme",
"projectManager.git.baseFolders": [ "projectManager.git.baseFolders": [
"~/private/", "~/private/",
@ -53,15 +53,22 @@
"javascript.inlayHints.enumMemberValues.enabled": true, "javascript.inlayHints.enumMemberValues.enabled": true,
"javascript.inlayHints.functionLikeReturnTypes.enabled": true, "javascript.inlayHints.functionLikeReturnTypes.enabled": true,
"javascript.inlayHints.parameterTypes.enabled": true, "javascript.inlayHints.parameterTypes.enabled": true,
"javascript.inlayHints.parameterNames.enabled": "literals", "javascript.inlayHints.parameterNames.enabled": "all",
"javascript.inlayHints.variableTypes.enabled": true, "javascript.inlayHints.variableTypes.enabled": true,
"typescript.inlayHints.parameterTypes.enabled": true, "typescript.inlayHints.parameterTypes.enabled": true,
"typescript.inlayHints.propertyDeclarationTypes.enabled": true, "typescript.inlayHints.propertyDeclarationTypes.enabled": true,
"typescript.inlayHints.enumMemberValues.enabled": true, "typescript.inlayHints.enumMemberValues.enabled": true,
"typescript.inlayHints.functionLikeReturnTypes.enabled": true, "typescript.inlayHints.functionLikeReturnTypes.enabled": true,
"typescript.inlayHints.parameterNames.enabled": "literals", "typescript.inlayHints.parameterNames.enabled": "all",
"go.inlayHints.parameterNames": true, "go.inlayHints.parameterNames": true,
"[yaml]": { "[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.inlayHints.variableTypes.enabled": true,
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": true,
"scminput": false
} }
} }