Skip to content

Instantly share code, notes, and snippets.

@bluntspoon
Last active March 12, 2024 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluntspoon/c144b7a21efeb5f4422739cb9abbfcd2 to your computer and use it in GitHub Desktop.
Save bluntspoon/c144b7a21efeb5f4422739cb9abbfcd2 to your computer and use it in GitHub Desktop.
DevMachineSetup_WinGet_2024
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults":
{
"font":
{
"face": "MesloLGM Nerd Font"
},
"startingDirectory": "C:\\Dev"
},
"list":
[
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
}
]
},
"schemes":
[
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
}
],
"themes": []
}
winget install -e --id "Git.Git"
winget install -e --id "Microsoft.PowerShell"
winget install -e --id "Microsoft.PowerToys"
winget install -e --id "Microsoft.WindowsTerminal"
winget install -e --id "JanDeDobbeleer.OhMyPosh"
winget install -e --id "Microsoft.DotNet.SDK.6"
winget install -e --id "Microsoft.DotNet.SDK.8"
winget install -e --id "Microsoft.VisualStudioCode"
winget install -e --id "Microsoft.VisualStudio.2022.Professional"
winget install -e --id "Microsoft.AzureCLI"
winget install -e --id "Microsoft.AzureDataStudio"
winget install -e --id "Docker.DockerDesktop"
winget install -e --id "Kubernetes.kubectl"
winget install -e --id "Hashicorp.Terraform"
@bluntspoon
Copy link
Author

new version for 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment