This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** re-factored simplified api */ | |
var Profile = require('mozilla-profile-builder'); | |
var options = { | |
apps: {}, | |
profile: '...', | |
prefs: {}, | |
settings: {} | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias dock='/usr/bin/env bash '\''/Applications/Docker/Docker Quickstart Terminal.app/Contents/Resources/Scripts/start.sh'\''' |