Skip to content

Instantly share code, notes, and snippets.

@olegoid
Last active September 7, 2022 18:09
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 olegoid/b6976949077ab45241b4cbc940d0d559 to your computer and use it in GitHub Desktop.
Save olegoid/b6976949077ab45241b4cbc940d0d559 to your computer and use it in GitHub Desktop.
name: sample-machine-bootstrap
description: Test devbox.yaml to run with early versions of DevBoxAgent
customizations:
- chocolatey:
description: Install packages using built-in choco step
packages: [ vscode ]
options: -y
- powershell:
description: Run powershell script to install Sublimetext 3
source: https://raw.githubusercontent.com/olegoid/azure-devtestlab/master/Artifacts/windows-sublime-text/install-choco-package.ps1
- powershell:
description: Run powershell script to install Firefox
source: https://raw.githubusercontent.com/olegoid/azure-devtestlab/master/Artifacts/windows-firefox/install-choco-package.ps1
- powershell:
description: Arbitrary powershell command
source: echo "Hello World!"; $host
- powershell:
description: Clone a public repo with powershell
source: cd "c:\"; git clone https://github.com/olegoid/azure-devtestlab.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment