I hereby claim:
- I am farmanp on github.
- I am farmanp (https://keybase.io/farmanp) on keybase.
- I have a public key ASCLzcSDeycUiIlCMNanfdokeloxcXUcSAZx8_39tXBfSgo
To claim this, I am signing this object:
| <!-- Portfolio Modals --> | |
| {% for post in site.posts %} | |
| <div class="modal" id="#portfolioModal-{{ post.modal-id }}"> | |
| {{ post.title }} | |
| </div> | |
| <div class="portfolio-modal modal-dialog modal fade" id="portfolioModal-{{ post.modal-id }}" tabindex="-1" role="dialog" | |
| aria-hidden="true"> | |
| <div class="modal-content"> | |
| <div class="close-modal" data-dismiss="modal"> |
I hereby claim:
To claim this, I am signing this object:
| // var branch = process.argv.slice(2).join('_'); | |
| // console.log(`Branch name: ${branch}`); | |
| // console.log(`Copy and paste below`); | |
| // console.log(`git checkout -b ${branch}`); | |
| function execute(command) { | |
| const exec = require('child_process').exec | |
| exec(command, (err, stdout, stderr) => { | |
| process.stdout.write(stdout) |
| # Overview of this script is running an automated installation workflow that goes step by step below: | |
| # 1. Github setup | |
| # 2. Install XCode | |
| # 3. Install Homebrew | |
| # 4. Install Development tools (programming languages, libraries, etc) | |
| # 5. Setting up Mac settings | |
| # Done! | |
| developer_utilities_setup() { | |
| echo "Installing tree, wget, trash, mackup, and node..." |
| import json | |
| import yaml | |
| # Load catalog.json | |
| with open('target/catalog.json', 'r') as f: | |
| catalog = json.load(f) | |
| # Prepare the sources dictionary | |
| sources = { | |
| 'version': 2, |