Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.03 KB

fresh ~/.dotfiles

Build Status

Why hello there

You're probably here for OpenSSL wrappers or Consul curl wrappers. Add something like the following to your own freshrc:

fresh https://github.com/jbartko/dotfiles.git bash/consul_curl

Installation

FRESH_LOCAL_SOURCE=https://github.com/jbartko/dotfiles.git bash -c "`curl -sL get.freshshell.com`"
echo 'source ~/.fresh/build/shell.sh' | tee -a ~/.bashrc
source ~/.bashrc

Full workstation bootstrap

  1. Install dotfiles as above
  2. chef-workstation-bootstrap -j ~/.dotfiles/chef/dna.json

Testing

Vagrant

chef exec bundle install
time (kitchen converge -c && \
    kitchen verify && \
    kitchen destroy)

Docker

chef exec bundle install
cd ./chef
export KITCHEN_YAML=.kitchen.dokken.yml
time (kitchen converge -c && \
    kitchen verify && \
    kitchen destroy)