Update .chezmoidata/packages.yaml
Update .p10k.zsh Update Library/Application Support/Code/User/settings.json
This commit is contained in:
		@@ -1,95 +1,99 @@
 | 
			
		||||
{
 | 
			
		||||
    "workbench.startupEditor": "none",
 | 
			
		||||
    "git.autofetch": true,
 | 
			
		||||
    "[typescriptreact]": {
 | 
			
		||||
        "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
			
		||||
  "[javascript]": {
 | 
			
		||||
    "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
			
		||||
  },
 | 
			
		||||
  "[json]": {
 | 
			
		||||
    "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
			
		||||
  },
 | 
			
		||||
  "[jsonc]": {
 | 
			
		||||
    "editor.defaultFormatter": "vscode.json-language-features"
 | 
			
		||||
  },
 | 
			
		||||
  "[markdown]": {
 | 
			
		||||
    "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
			
		||||
  },
 | 
			
		||||
  "[shellscript]": {
 | 
			
		||||
    "editor.defaultFormatter": "shakram02.bash-beautify"
 | 
			
		||||
  },
 | 
			
		||||
  "[typescript]": {
 | 
			
		||||
    "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
			
		||||
  },
 | 
			
		||||
  "[typescriptreact]": {
 | 
			
		||||
    "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
			
		||||
  },
 | 
			
		||||
  "[yaml]": {
 | 
			
		||||
    "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
			
		||||
  },
 | 
			
		||||
  "atlascode.bitbucket.enabled": false,
 | 
			
		||||
  "atlascode.jira.jqlList": [
 | 
			
		||||
    {
 | 
			
		||||
      "enabled": false,
 | 
			
		||||
      "id": "e4c6fa3b-43de-4118-83f0-29a8cc35fd4a",
 | 
			
		||||
      "monitor": true,
 | 
			
		||||
      "name": "My intersport-idea Issues",
 | 
			
		||||
      "query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
 | 
			
		||||
      "siteId": "c81b2682-1865-41a2-8f04-d7d4c9b4daf4"
 | 
			
		||||
    },
 | 
			
		||||
    "github.copilot.editor.enableAutoCompletions": true,
 | 
			
		||||
    "yaml.schemas": {
 | 
			
		||||
        "file:///Users/beisel/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
 | 
			
		||||
    },
 | 
			
		||||
    "redhat.telemetry.enabled": false,
 | 
			
		||||
    "atlascode.jira.jqlList": [
 | 
			
		||||
        {
 | 
			
		||||
            "id": "e4c6fa3b-43de-4118-83f0-29a8cc35fd4a",
 | 
			
		||||
            "enabled": false,
 | 
			
		||||
            "name": "My intersport-idea Issues",
 | 
			
		||||
            "query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
 | 
			
		||||
            "siteId": "c81b2682-1865-41a2-8f04-d7d4c9b4daf4",
 | 
			
		||||
            "monitor": true
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "id": "fd487582-bd7a-477b-b8d7-eafedd58150b",
 | 
			
		||||
            "enabled": true,
 | 
			
		||||
            "name": "My INTERSPORT Digital GmbH Issues",
 | 
			
		||||
            "query": "assignee = currentUser() AND resolution = Unresolved AND status != Closed ORDER BY lastViewed DESC",
 | 
			
		||||
            "siteId": "caad4e53-f67d-4bc7-878a-db221f3e28ff",
 | 
			
		||||
            "monitor": true
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "atlascode.bitbucket.enabled": false,
 | 
			
		||||
    "atlascode.jira.statusbar.showProduct": true,
 | 
			
		||||
    "atlascode.jira.statusbar.showUser": true,
 | 
			
		||||
    "workbench.colorTheme": "Catppuccin Macchiato",
 | 
			
		||||
    "workbench.iconTheme": "material-icon-theme",
 | 
			
		||||
    "projectManager.git.baseFolders": [
 | 
			
		||||
        "~/private/",
 | 
			
		||||
        "~/src/work/"
 | 
			
		||||
    ],
 | 
			
		||||
    "debug.console.fontFamily": "MesloLGS NF",
 | 
			
		||||
    "terminal.integrated.fontFamily": "MesloLGS NF",
 | 
			
		||||
    "terminal.integrated.fontSize": 13,
 | 
			
		||||
    "[typescript]": {
 | 
			
		||||
        "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
			
		||||
    },
 | 
			
		||||
    "gitlens.showWelcomeOnInstall": false,
 | 
			
		||||
    "gitlens.showWhatsNewAfterUpgrades": false,
 | 
			
		||||
    "[json]": {
 | 
			
		||||
        "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
			
		||||
    },
 | 
			
		||||
    "git.openRepositoryInParentFolders": "always",
 | 
			
		||||
    "javascript.inlayHints.enumMemberValues.enabled": true,
 | 
			
		||||
    "javascript.inlayHints.functionLikeReturnTypes.enabled": true,
 | 
			
		||||
    "javascript.inlayHints.parameterTypes.enabled": true,
 | 
			
		||||
    "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": "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
 | 
			
		||||
    },
 | 
			
		||||
    "go.toolsManagement.autoUpdate": true,
 | 
			
		||||
    "files.associations": {
 | 
			
		||||
        "*.tm.hcl": "terramate"
 | 
			
		||||
    },
 | 
			
		||||
    "vscode-home-assistant.hostUrl": "http://192.168.80.87:8123",
 | 
			
		||||
    "vscode-home-assistant.longLivedAccessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI2ZmY1ZmFiNWZmODc0YWVkOWU4NGQ1NjQ3YWUyZjA3ZiIsImlhdCI6MTcyMTk5MjE3NiwiZXhwIjoyMDM3MzUyMTc2fQ.zwfXV3qO-ACE8NFnspDlq85AQLoCZqvX42h95O7_BgU",
 | 
			
		||||
    "[javascript]": {
 | 
			
		||||
        "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
			
		||||
    },
 | 
			
		||||
    "[jsonc]": {
 | 
			
		||||
        "editor.defaultFormatter": "vscode.json-language-features"
 | 
			
		||||
    },
 | 
			
		||||
    "[markdown]": {
 | 
			
		||||
        "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
			
		||||
    },
 | 
			
		||||
    "projectManager.groupList": true,
 | 
			
		||||
    "projectManager.removeCurrentProjectFromList": false,
 | 
			
		||||
    "workbench.productIconTheme": "macos-modern",
 | 
			
		||||
    "gitlab.duoCodeSuggestions.enabled": false,
 | 
			
		||||
    "git.confirmSync": false,
 | 
			
		||||
    "[shellscript]": {
 | 
			
		||||
        "editor.defaultFormatter": "shakram02.bash-beautify"
 | 
			
		||||
    {
 | 
			
		||||
      "enabled": true,
 | 
			
		||||
      "id": "fd487582-bd7a-477b-b8d7-eafedd58150b",
 | 
			
		||||
      "monitor": true,
 | 
			
		||||
      "name": "My INTERSPORT Digital GmbH Issues",
 | 
			
		||||
      "query": "assignee = currentUser() AND resolution = Unresolved AND status != Closed ORDER BY lastViewed DESC",
 | 
			
		||||
      "siteId": "caad4e53-f67d-4bc7-878a-db221f3e28ff"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "atlascode.jira.statusbar.showProduct": true,
 | 
			
		||||
  "atlascode.jira.statusbar.showUser": true,
 | 
			
		||||
  "debug.console.fontFamily": "MesloLGS NF",
 | 
			
		||||
  "editor.accessibilitySupport": "off",
 | 
			
		||||
  "files.associations": {
 | 
			
		||||
    "*.tm.hcl": "terramate"
 | 
			
		||||
  },
 | 
			
		||||
  "git.autofetch": true,
 | 
			
		||||
  "git.confirmSync": false,
 | 
			
		||||
  "git.openRepositoryInParentFolders": "always",
 | 
			
		||||
  "github.copilot.editor.enableAutoCompletions": true,
 | 
			
		||||
  "github.copilot.enable": {
 | 
			
		||||
    "*": true,
 | 
			
		||||
    "markdown": true,
 | 
			
		||||
    "plaintext": false,
 | 
			
		||||
    "scminput": false
 | 
			
		||||
  },
 | 
			
		||||
  "gitlab.duoCodeSuggestions.enabled": false,
 | 
			
		||||
  "gitlens.showWelcomeOnInstall": false,
 | 
			
		||||
  "gitlens.showWhatsNewAfterUpgrades": false,
 | 
			
		||||
  "go.inlayHints.parameterNames": true,
 | 
			
		||||
  "go.toolsManagement.autoUpdate": true,
 | 
			
		||||
  "javascript.inlayHints.enumMemberValues.enabled": true,
 | 
			
		||||
  "javascript.inlayHints.functionLikeReturnTypes.enabled": true,
 | 
			
		||||
  "javascript.inlayHints.parameterNames.enabled": "all",
 | 
			
		||||
  "javascript.inlayHints.parameterTypes.enabled": true,
 | 
			
		||||
  "javascript.inlayHints.variableTypes.enabled": true,
 | 
			
		||||
  "projectManager.git.baseFolders": [
 | 
			
		||||
    "~/private/",
 | 
			
		||||
    "~/src/work/"
 | 
			
		||||
  ],
 | 
			
		||||
  "projectManager.groupList": true,
 | 
			
		||||
  "projectManager.removeCurrentProjectFromList": false,
 | 
			
		||||
  "redhat.telemetry.enabled": false,
 | 
			
		||||
  "terminal.integrated.fontFamily": "MesloLGS NF",
 | 
			
		||||
  "terminal.integrated.fontSize": 13,
 | 
			
		||||
  "typescript.inlayHints.enumMemberValues.enabled": true,
 | 
			
		||||
  "typescript.inlayHints.functionLikeReturnTypes.enabled": true,
 | 
			
		||||
  "typescript.inlayHints.parameterNames.enabled": "all",
 | 
			
		||||
  "typescript.inlayHints.parameterTypes.enabled": true,
 | 
			
		||||
  "typescript.inlayHints.propertyDeclarationTypes.enabled": true,
 | 
			
		||||
  "typescript.inlayHints.variableTypes.enabled": true,
 | 
			
		||||
  "vscode-home-assistant.hostUrl": "http://192.168.80.87:8123",
 | 
			
		||||
  "vscode-home-assistant.longLivedAccessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI2ZmY1ZmFiNWZmODc0YWVkOWU4NGQ1NjQ3YWUyZjA3ZiIsImlhdCI6MTcyMTk5MjE3NiwiZXhwIjoyMDM3MzUyMTc2fQ.zwfXV3qO-ACE8NFnspDlq85AQLoCZqvX42h95O7_BgU",
 | 
			
		||||
  "workbench.colorTheme": "Tokyo Night Storm",
 | 
			
		||||
  "workbench.iconTheme": "material-icon-theme",
 | 
			
		||||
  "workbench.productIconTheme": "macos-modern",
 | 
			
		||||
  "workbench.startupEditor": "none",
 | 
			
		||||
  "yaml.schemas": {
 | 
			
		||||
    "file:///Users/beisel/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
 | 
			
		||||
  },
 | 
			
		||||
  "terminal.integrated.env.osx": {
 | 
			
		||||
    "Q_NEW_SESSION": "1"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user