Skip to content

Instantly share code, notes, and snippets.

View r3dcrosse's full-sized avatar

David Wayman r3dcrosse

  • San Francisco, CA
View GitHub Profile
@r3dcrosse
r3dcrosse / package.json
Created November 18, 2016 03:41
npm useful start scripts
package.json
{
"scripts": {
"test": "live-server --open=./SpecRunner.html --port=8081",
"postinstall": "curl -s https://raw.githubusercontent.com/reactorcore/pomander/master/bin/install | bash",
"start": "babel . --out-dir compiled --presets=es2015,react --ignore=node_modules,compiled --source-maps inline",
"start:watch": "babel . --watch --out-dir compiled --presets=es2015,react --ignore=node_modules,compiled --source-maps inline"
}
}
@r3dcrosse
r3dcrosse / .zshrc
Created August 6, 2020 22:26
New prompt for zsh
PROMPT='🌈 %K{cyan}%F{blue} %1~ %f%k 🚀 %F{red}(っ◔◡◔)っ[̲̅%f '