Skip to content

Instantly share code, notes, and snippets.

View kgrubb's full-sized avatar

Keli (Madison) Grubb kgrubb

View GitHub Profile
@kgrubb
kgrubb / .hyper.js
Created April 2, 2018 16:56
Hyper config
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// Choose either "stable" for receiving highly polished,
// or "canary" for less polished but more frequent updates
updateChannel: 'canary',
@kgrubb
kgrubb / .bashrc
Created January 31, 2018 04:27
Bash Prompt
GIT_PS1_SHOWDIRTYSTATE=true
GIT_PS1_SHOWCOLORHINTS=1
PS1="\[\033[0;36m\]\W\[\033[0m\]\[\033[0;32m\]\$(__git_ps1)\[\033[0m\] \$ "