I hereby claim:
- I am nictrix on github.
- I am nictrix (https://keybase.io/nictrix) on keybase.
- I have a public key ASCdo6UOiTKF-d-SBp7vszn5K1arXfhv-cG-axtX6kL62go
To claim this, I am signing this object:
set nocompatible " be iMproved, required | |
filetype off " required | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" alternatively, pass a path where Vundle should install plugins | |
"call vundle#begin('~/some/path/here') | |
" let Vundle manage Vundle, required |
#################################### | |
# LIQUID PROMPT CONFIGURATION FILE # | |
#################################### | |
# If you want to use different themes and features, | |
# you can load the corresponding files here: | |
#source ~/.config/liquidprompt/nojhan.theme | |
#LP_PS1_FILE=~/.config/liquidprompt/nojhan.ps1 | |
############# |
I hereby claim:
To claim this, I am signing this object:
This script will pull down an S3 remote configuration before running any terraform actions. Assumes the following structure:
main.tf
terraform.cfg
env/dev/vars
env/staging/vars
env/whatever/vars
env/whatever/somefile.tf
require 'csv' | |
require 'open-uri' | |
team_name = ARGV[0] | |
#source.csv instructions | |
#download from: https://www.hipchat.com/emoticons (you'll need to get the URLs manually) | |
# | |
#csv format (example file): | |
#allthethings,https://dujrsrsgsd3nh.cloudfront.net/img/emoticons/[email protected] |
require 'json' | |
require 'benchmark' | |
json = '{ | |
"title": "Example Schema", | |
"type": "object", | |
"properties": { | |
"first-name": { | |
"type": "string" | |
}, |