mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-12 14:04:05 -08:00
6aca58eef9
resolves #5054
35 lines
1,015 B
YAML
35 lines
1,015 B
YAML
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
|
|
properties:
|
|
resources:
|
|
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
|
directives:
|
|
description: Install Visual Studio Code
|
|
allowPrerelease: false
|
|
settings:
|
|
id: Microsoft.VisualStudioCode
|
|
source: winget
|
|
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
|
id: golang
|
|
directives:
|
|
description: Install Golang
|
|
allowPrerelease: false
|
|
settings:
|
|
id: GoLang.Go
|
|
source: winget
|
|
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
|
dependsOn: [golang]
|
|
directives:
|
|
description: Install golangci-lint
|
|
allowPrerelease: false
|
|
settings:
|
|
id: GolangCI.golangci-lint
|
|
source: winget
|
|
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
|
directives:
|
|
description: Install NodeJS
|
|
allowPrerelease: false
|
|
settings:
|
|
id: OpenJS.NodeJS
|
|
source: winget
|
|
configurationVersion: 0.2.0
|