Skip to content

Instantly share code, notes, and snippets.

View bboykin87's full-sized avatar

Brandon bboykin87

  • Maryland, USA
View GitHub Profile
@bboykin87
bboykin87 / deploy.py
Created March 14, 2020 14:37
deploy.py code
import re
import os
import tempfile
import glob
import json
import sys
import shutil
import errno
import logging
@bboykin87
bboykin87 / .bash_profile
Created July 3, 2019 03:49 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management