fresh ~/.dotfiles
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
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
- Install dotfiles as above
chef-workstation-bootstrap -j ~/.dotfiles/chef/dna.json
chef exec bundle install
time (kitchen converge -c && \
kitchen verify && \
kitchen destroy)
chef exec bundle install
cd ./chef
export KITCHEN_YAML=.kitchen.dokken.yml
time (kitchen converge -c && \
kitchen verify && \
kitchen destroy)