Last active
June 23, 2018 01:36
-
-
Save sntxrr/96b339d6218d611b139762b9eb56983c to your computer and use it in GitHub Desktop.
simple-workstation.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| packages = %w[visualstudiocode 7zip google-chrome-x64 putty dropbox 1password winscp slack] | |
| packages.each do |package_name| | |
| chocolatey_package package_name | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment