This is a quick personal guide I use when given a new Mac (usually from work) and I want to install all of the tools I use for development.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "kendall" | |
}, | |
"basics": { | |
"name": "Colby M. White", | |
"image": "http://sustainabledev.io/assets/images/profilepic.jpg", | |
"label": "Principal full-stack engineer and technical leader", | |
"url": "https://edgebound.dev/", | |
"summary": "Experienced polyglot engineer and team lead with a focus in JavaScript and Java. Comfortable in multiple layers of an application’s stack including front- end, back-end and DevOps development.", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_sls_templates() { | |
_values \ | |
'VALID TEMPLATES' \ | |
'aws-nodejs' \ | |
'aws-python' \ | |
'aws-java-maven' \ | |
'aws-java-gradle' | |
} | |
_sls_regions() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://supermarket.chef.io' | |
cookbook 'nodejs' |