Skip to content

Instantly share code, notes, and snippets.

@poma
Last active August 16, 2017 19:31
Show Gist options
  • Save poma/157b7da119da382c6e4d47ec95a281bf to your computer and use it in GitHub Desktop.
Save poma/157b7da119da382c6e4d47ec95a281bf to your computer and use it in GitHub Desktop.
apt install git wget
wget https://packages.chef.io/files/stable/chefdk/2.1.11/ubuntu/16.04/chefdk_2.1.11-1_amd64.deb
dpkg -i chefdk_2.1.11-1_amd64.deb
git clone https://github.com/poma/chef-usability
cd chef-usability
berks vendor ./cookbooks
chef-client -z -o "recipe[usability]"
chef-client -z -o "recipe[usability::zsh]"
chef-client -z -o "recipe[usability::ssh-key]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment