Skip to content

jbartko/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published