jbartko / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 65.3%Language:Shell 20.5%Language:Python 14.2%