Update .chezmoidata/packages.yaml
Update .gitconfig Update Library/Application Support/Code/User/settings.json
This commit is contained in:
parent
e5947f4a2d
commit
6c198f3468
|
@ -66,15 +66,19 @@ packages:
|
|||
- p11-kit
|
||||
- pcre2
|
||||
- pinentry-mac
|
||||
- pkg-config
|
||||
- poetry
|
||||
- primer3
|
||||
- protobuf
|
||||
- pulumi
|
||||
- pycparser
|
||||
- pyenv
|
||||
- python-setuptools
|
||||
- python@3.11
|
||||
- python@3.12
|
||||
- readline
|
||||
- screenresolution
|
||||
- shellcheck
|
||||
- sqlite
|
||||
- stoken
|
||||
- thefuck
|
||||
|
|
|
@ -15,3 +15,8 @@
|
|||
name = Florian Beisel
|
||||
[gpg]
|
||||
format = ssh
|
||||
[core]
|
||||
excludesfile = /Users/beisel/.gitignore_global
|
||||
autocrlf = input
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"atlascode.bitbucket.enabled": false,
|
||||
"atlascode.jira.statusbar.showProduct": true,
|
||||
"atlascode.jira.statusbar.showUser": true,
|
||||
"workbench.colorTheme": "One Dark Pro",
|
||||
"workbench.colorTheme": "SynthWave '84",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"projectManager.git.baseFolders": [
|
||||
"~/private/",
|
||||
|
@ -53,15 +53,22 @@
|
|||
"javascript.inlayHints.enumMemberValues.enabled": true,
|
||||
"javascript.inlayHints.functionLikeReturnTypes.enabled": true,
|
||||
"javascript.inlayHints.parameterTypes.enabled": true,
|
||||
"javascript.inlayHints.parameterNames.enabled": "literals",
|
||||
"javascript.inlayHints.parameterNames.enabled": "all",
|
||||
"javascript.inlayHints.variableTypes.enabled": true,
|
||||
"typescript.inlayHints.parameterTypes.enabled": true,
|
||||
"typescript.inlayHints.propertyDeclarationTypes.enabled": true,
|
||||
"typescript.inlayHints.enumMemberValues.enabled": true,
|
||||
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
|
||||
"typescript.inlayHints.parameterNames.enabled": "literals",
|
||||
"typescript.inlayHints.parameterNames.enabled": "all",
|
||||
"go.inlayHints.parameterNames": true,
|
||||
"[yaml]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"typescript.inlayHints.variableTypes.enabled": true,
|
||||
"github.copilot.enable": {
|
||||
"*": true,
|
||||
"plaintext": false,
|
||||
"markdown": true,
|
||||
"scminput": false
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue