Skip to content

Instantly share code, notes, and snippets.

View sntxrr's full-sized avatar
💻
Working from home

Don O'Neill sntxrr

💻
Working from home
View GitHub Profile
@sntxrr
sntxrr / basic.rb
Last active November 24, 2016 05:48
Basic Workstation Configuration
packages = %w[git conemu visualstudiocode 7zip vagrant google-chrome-x64 putty dropbox lastpass]
packages.each do |package_name|
chocolatey_package package_name
end
gems = %w[kitchen-pester kitchen-hyperv kitchen-dsc kitchen-azurerm azure-credentials pry pry-byebug pry-stack_explorer appbundle-updater]
gems.each do |gem|
chef_gem gem do
compile_time false if respond_to?(:compile_time)
end