Skip to content

robbernabe/workstation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robbernabe-workstation

Resources for setting up workstation and dotfiles

This is a personal fork of the Chef Pantry Project

Usage

Run:

sudo ./bin/pantry

To perform the installation and run Chef with the default Policyfile.rb, use the -c option.

sudo ./bin/pantry -c

Installing Packages

./bin/pantry will use the Policyfile.rb to add these attributes to the node. Then update the Policyfile.lock.json and export the repository.

chef update
sudo rm -rf zero-repo && chef export zero-repo
cd zero-repo && sudo chef-client -z

Note for MacOS Sierra

Apparently Sierra enables tty_tickets by default, which breaks sudo in some of the recipes. See here for more info.

In order to fix, you'll need to disable it by adding the following with sudo visudo:

Defaults    !tty_tickets

About

Resources for configuring dev laptop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 77.9%
  • Shell 12.4%
  • PowerShell 9.7%