Skip to content

Instantly share code, notes, and snippets.

Created February 23, 2015 21:10
Show Gist options
  • Select an option

  • Save anonymous/f08eb2e70392c286daab to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/f08eb2e70392c286daab to your computer and use it in GitHub Desktop.
filter InstallSoftware{&chocolatey (@("install", "-y") + $_)}
$cygwinSoftware = @(
"tar",
"tmux",
"vim"
)
$software = @(
"autohotkey",
"cmake",
@("cyg-get", $cygwinSoftware -join ",")
)
$software | InstallSoftware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment