Skip to content

Instantly share code, notes, and snippets.

View reallistic's full-sized avatar

Michael reallistic

View GitHub Profile
@reallistic
reallistic / copy_heroku_config.sh
Last active August 29, 2015 14:19
Simple bash script to copy the config from one heroku app to another
#!/bin/bash
OIFS=$IFS
print_usage ()
{
echo "Usage:"
echo " $0 source-appname"
echo " $0 source-appname dest-appname"
}
cleanup_and_exit ()
@snuggs
snuggs / .tmux.conf
Last active February 7, 2023 13:51
IDE & TMUX Configuration
############################################################################
# _
# | |_ _ __ ___ _ ___ __
# | __| '_ ` _ \| | | \ \/ /
# | |_| | | | | | |_| |> <
# \__|_| |_| |_|\__,_/_/\_\
#
# Cheatsheets:
# https://devhints.io/tmux
# `property not found` issue: