Skip to content

Instantly share code, notes, and snippets.

View kgardnr's full-sized avatar

Kim Gardner kgardnr

View GitHub Profile
@wyattjoh
wyattjoh / deploy.sh
Last active November 4, 2016 23:19
Talk Deployment Script
#!/bin/bash
#
# Deploys an instance of talk using docker.
#
# Usage:
#
# bash deploy.sh 1.0.0
#
# This deploys a version 1.0.0.
@brentertz
brentertz / rvm2rbenv.txt
Created November 21, 2011 23:00
Switch from RVM to RBENV
## Prepare ###################################################################
# Remove RVM
rvm implode
# Ensure your homebrew is working properly and up to date
brew doctor
brew update
## Install ###################################################################
@pksunkara
pksunkara / config
Last active June 21, 2024 08:46
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
username = pksunkara
[init]
defaultBranch = master
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta