Skip to content

Instantly share code, notes, and snippets.

@msolli
msolli / flows.json
Last active August 29, 2015 14:19
FINN oppdrag Sales Bell
[
{
"type": "tab",
"id": "3a9c537c.c563ac",
"label": "FINN oppdrag Sales Bell"
},
{
"id": "7003d90b.8ffc28",
"type": "arduino-board",
"device": "/dev/cu.usbmodem1421"
@msolli
msolli / ruby-install
Last active November 15, 2017 17:21
Install Ruby 2.2 on OS X Yosemite with Fish shell
brew update
brew install chruby chruby-fish ruby-install openssl readline libyaml gdbm libffi
# Optional:
brew cleanup
# https://github.com/raggi/openssl-osx-ca
brew tap raggi/ale
brew install openssl-osx-ca
echo ". /usr/local/share/chruby/chruby.fish" >> .config/fish/config.fish