Macxim / dotfiles

My settings.
MIT License
4 stars 0 forks source link

First Run after El Capitan on a brand new machine #14

Closed Macxim closed 7 years ago

Macxim commented 9 years ago

Just pasting this here for further analysis.


Last login: Mon Oct 12 10:32:29 on console
Maximes-MacBook-Air:~ macxim$ curl -fsSL https://raw.github.com/Macxim/dotfiles/master/_firstrun | zsh
Changing shell for macxim.
Password for macxim: 
Before running myself, please be sure you have 'git' command working.

In order to skip the following message:
'Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.'
You can run
  sudo xcodebuild -license
or just open Xcode and agree to the license.

You may need Xcode Command-Line Tools
You can try the following if you are on a stable OS X version (with stable Xcode)
  xcode-select --install

Press return when 'git' command is available

Cloning into '/Users/macxim/dotfiles'...
remote: Counting objects: 2936, done.
remote: Total 2936 (delta 0), reused 0 (delta 0), pack-reused 2936
Receiving objects: 100% (2936/2936), 1.88 MiB | 673.00 KiB/s, done.
Resolving deltas: 100% (1846/1846), done.
Checking connectivity... done.
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
dotfiles have been downloaded

Running installation
πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯
πŸ’₯  Set up ALL the things! πŸ’₯
πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯

WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.

To proceed, enter your password, or type Ctrl-C to abort.

Password:
❯ Updating from remote ...
From http://github.com/Macxim/dotfiles
 * branch            master     -> FETCH_HEAD
Already up-to-date.
Submodule 'submodules/osx/dockutil' (https://github.com/kcrawford/dockutil.git) registered for path 'submodules/dockutil'
Submodule 'submodules/terminal/pure' (https://github.com/sindresorhus/pure.git) registered for path 'submodules/pure'
Submodule 'submodules/zsh-syntax-highlighting' (https://github.com/zsh-users/zsh-syntax-highlighting.git) registered for path 'submodules/zsh-syntax-highlighting'
Cloning into 'submodules/dockutil'...
remote: Counting objects: 161, done.
remote: Total 161 (delta 0), reused 0 (delta 0), pack-reused 161
Receiving objects: 100% (161/161), 48.49 KiB | 0 bytes/s, done.
Resolving deltas: 100% (55/55), done.
Checking connectivity... done.
Submodule path 'submodules/dockutil': checked out '7e7b56dae7a118c256748c2f69c82b912d64c6e2'
Cloning into 'submodules/pure'...
remote: Counting objects: 480, done.
remote: Total 480 (delta 0), reused 0 (delta 0), pack-reused 480
Receiving objects: 100% (480/480), 288.58 KiB | 0 bytes/s, done.
Resolving deltas: 100% (232/232), done.
Checking connectivity... done.
Submodule path 'submodules/pure': checked out '2577a4cc078d05c51d9d8e4278b8d16ab348a1b9'
Cloning into 'submodules/zsh-syntax-highlighting'...
remote: Counting objects: 1374, done.
remote: Total 1374 (delta 0), reused 0 (delta 0), pack-reused 1374
Receiving objects: 100% (1374/1374), 228.53 KiB | 423.00 KiB/s, done.
Resolving deltas: 100% (835/835), done.
Checking connectivity... done.
Submodule path 'submodules/zsh-syntax-highlighting': checked out '3dc574190071ef59054f6d693132410b37aa3ae4'
❯ Installing/Updating dotfiles ...
βœ” linked /Users/macxim/dotfiles/components/_cli/zshrc.symlink to /Users/macxim/.zshrc
βœ” linked /Users/macxim/dotfiles/components/editor/editorconfig.symlink to /Users/macxim/.editorconfig
βœ” linked /Users/macxim/dotfiles/components/git/gitconfig.symlink to /Users/macxim/.gitconfig
βœ” linked /Users/macxim/dotfiles/components/git/gitignore_global.symlink to /Users/macxim/.gitignore_global

ln: /usr/local/share/zsh/site-functions/prompt_pure_setup: No such file or directory
Usage: prompt <options>
Options:
    -c              Show currently selected theme and parameters
    -l              List currently available prompt themes
    -p [<themes>]   Preview given themes (defaults to all)
    -h [<theme>]    Display help (for given theme)
    -s <theme>      Set and save theme
    <theme>         Switch to new theme immediately (changes not saved)

Use prompt -h <theme> for help on specific themes.
/Users/macxim/.zshrc:91: command not found: brew
/Users/macxim/.zshrc:source:91: no such file or directory: /nvm.sh
❯ Opening AppStore
Install your apps ;)
❯ Installing Homebrew (brew) ...
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1
==> The following directories will be made group writable:
/usr/local/.
==> The following directories will have their owner set to macxim:
/usr/local/.
==> The following directories will have their group set to admin:
/usr/local/.
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/.
==> /usr/bin/sudo /usr/sbin/chown macxim /usr/local/.
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/.
==> /usr/bin/sudo /bin/mkdir /Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown macxim /Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Counting objects: 3775, done.
remote: Compressing objects: 100% (3614/3614), done.
remote: Total 3775 (delta 43), reused 530 (delta 26), pack-reused 0
Receiving objects: 100% (3775/3775), 3.21 MiB | 568.00 KiB/s, done.
Resolving deltas: 100% (43/43), done.
From https://github.com/Homebrew/homebrew
 * [new branch]      master     -> origin/master
HEAD is now at 530b5e4 pius: add 2.2.1 bottle.
==> Installation successful!
==> Next steps
Run `brew help` to get started
Your system is ready to brew.
❯ Tap brew homebrew/dupes
==> Tapping homebrew/dupes
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-dupes'...
remote: Counting objects: 40, done.
remote: Compressing objects: 100% (40/40), done.
remote: Total 40 (delta 0), reused 2 (delta 0), pack-reused 0
Unpacking objects: 100% (40/40), done.
Checking connectivity... done.
Tapped 37 formulae (99 files, 404K)
❯ Tap brew homebrew/versions
==> Tapping homebrew/versions
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-versions'...
remote: Counting objects: 251, done.
remote: Compressing objects: 100% (238/238), done.
remote: Total 251 (delta 24), reused 108 (delta 13), pack-reused 0
Receiving objects: 100% (251/251), 268.18 KiB | 275.00 KiB/s, done.
Resolving deltas: 100% (24/24), done.
Checking connectivity... done.
Tapped 248 formulae (272 files, 1.6M)
❯ Tap brew caskroom/cask
==> Tapping caskroom/cask
Cloning into '/usr/local/Library/Taps/caskroom/homebrew-cask'...
remote: Counting objects: 3203, done.
remote: Compressing objects: 100% (3128/3128), done.
remote: Total 3203 (delta 79), reused 692 (delta 58), pack-reused 0
Receiving objects: 100% (3203/3203), 5.81 MiB | 490.00 KiB/s, done.
Resolving deltas: 100% (79/79), done.
Checking connectivity... done.
Tapped 1 formula (3182 files, 24M)
❯ Tap brew caskroom/versions
==> Tapping caskroom/versions
Cloning into '/usr/local/Library/Taps/caskroom/homebrew-versions'...
remote: Counting objects: 342, done.
remote: Compressing objects: 100% (308/308), done.
remote: Total 342 (delta 79), reused 128 (delta 32), pack-reused 0
Receiving objects: 100% (342/342), 101.84 KiB | 0 bytes/s, done.
Resolving deltas: 100% (79/79), done.
Checking connectivity... done.
Tapped 0 formulae (360 files, 1.5M)
==> Installing brew-cask from caskroom/homebrew-cask
==> Cloning https://github.com/caskroom/homebrew-cask.git
Cloning into '/Library/Caches/Homebrew/brew-cask--git'...
Note: checking out 'c216698c730540185ba88f14722fe8b74174eb0d'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

==> Checking out tag v0.57.0
🍺  /usr/local/Cellar/brew-cask/0.57.0: 2921 files, 12M, built in 19 seconds

⚠️  Password might be required.

And be careful, since it's you first run, it will probably be asked more than once. Check often until process is complete.
Password:
❯ Defining OS X options
i Computer name set to Macmacxim
Delete: Entry, ":NSToolbar Configuration Browser:TB Item Identifiers", Does Not Exist
❯ Installing Git ...
==> Downloading https://homebrew.bintray.com/bottles/git-2.6.1.el_capitan.bottle.tar.gz
==> Pouring git-2.6.1.el_capitan.bottle.tar.gz
==> Caveats
The OS X keychain credential helper has been installed to:
  /usr/local/bin/git-credential-osxkeychain

The "contrib" directory has been installed to:
  /usr/local/share/git-core/contrib

Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completion has been installed to:
  /usr/local/share/zsh/site-functions
==> Summary
🍺  /usr/local/Cellar/git/2.6.1: 1397 files, 33M
❯ Installing SourceTree (sourcetree) into /Applications ...
==> We need to make Caskroom for the first time at /opt/homebrew-cask/Caskroom
==> We'll set permissions properly so we won't need sudo in the future
==> Caveats
Cask sourcetree installs files under "/usr/local".  The presence of such
files can cause warnings when running "brew doctor", which is considered
to be a bug in homebrew-cask.

==> Downloading https://downloads.atlassian.com/software/sourcetree/SourceTree_2.0.5.3.dmg
######################################################################## 100.0%
==> Symlinking App 'SourceTree.app' to '/Applications/SourceTree.app'
==> Symlinking Binary 'stree' to '/usr/local/bin/stree'
🍺  sourcetree staged at '/opt/homebrew-cask/Caskroom/sourcetree/2.0.5.3' (2251 files, 113M)
❯ Installing Node.js ...
==> Downloading https://homebrew.bintray.com/bottles/node-4.1.2.el_capitan.bottle.1.tar.gz
==> Pouring node-4.1.2.el_capitan.bottle.1.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> Summary
🍺  /usr/local/Cellar/node/4.1.2: 2744 files, 36M
❯ Installing/Updating NPM global packages ...
/usr/local/bin/npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js
npm@3.3.6 /usr/local/lib/node_modules/npm
/usr/local/bin/mversion -> /usr/local/lib/node_modules/mversion/bin/version
/usr/local/lib
└─┬ mversion@1.10.1 
  β”œβ”€β”¬ chalk@0.5.1 
  β”‚ β”œβ”€β”€ ansi-styles@1.1.0 
  β”‚ β”œβ”€β”€ escape-string-regexp@1.0.3 
  β”‚ β”œβ”€β”¬ has-ansi@0.1.0 
  β”‚ β”‚ └── ansi-regex@0.2.1 
  β”‚ β”œβ”€β”€ strip-ansi@0.3.0 
  β”‚ └── supports-color@0.2.0 
  β”œβ”€β”¬ cli-usage@0.1.2 
  β”‚ β”œβ”€β”€ marked@0.3.5 
  β”‚ └─┬ marked-terminal@1.6.1 
  β”‚   β”œβ”€β”¬ cardinal@0.5.0 
  β”‚   β”‚ β”œβ”€β”€ ansicolors@0.2.1 
  β”‚   β”‚ └─┬ redeyed@0.5.0 
  β”‚   β”‚   └── esprima-fb@12001.1.0-dev-harmony-fb 
  β”‚   β”œβ”€β”¬ chalk@1.1.1 
  β”‚   β”‚ β”œβ”€β”€ ansi-styles@2.1.0 
  β”‚   β”‚ β”œβ”€β”¬ has-ansi@2.0.0 
  β”‚   β”‚ β”‚ └── ansi-regex@2.0.0 
  β”‚   β”‚ β”œβ”€β”€ strip-ansi@3.0.0 
  β”‚   β”‚ └── supports-color@2.0.0 
  β”‚   β”œβ”€β”¬ cli-table@0.3.1 
  β”‚   β”‚ └── colors@1.0.3 
  β”‚   β”œβ”€β”¬ lodash.assign@3.2.0 
  β”‚   β”‚ β”œβ”€β”¬ lodash._baseassign@3.2.0 
  β”‚   β”‚ β”‚ └── lodash._basecopy@3.0.1 
  β”‚   β”‚ β”œβ”€β”¬ lodash._createassigner@3.1.1 
  β”‚   β”‚ β”‚ β”œβ”€β”€ lodash._bindcallback@3.0.1 
  β”‚   β”‚ β”‚ β”œβ”€β”€ lodash._isiterateecall@3.0.9 
  β”‚   β”‚ β”‚ └── lodash.restparam@3.6.1 
  β”‚   β”‚ └─┬ lodash.keys@3.1.2 
  β”‚   β”‚   β”œβ”€β”€ lodash._getnative@3.9.1 
  β”‚   β”‚   β”œβ”€β”€ lodash.isarguments@3.0.4 
  β”‚   β”‚   └── lodash.isarray@3.0.4 
  β”‚   └── node-emoji@0.1.0 
  β”œβ”€β”¬ contra@1.9.1 
  β”‚ β”œβ”€β”€ atoa@1.0.0 
  β”‚ └── ticky@1.0.0 
  β”œβ”€β”¬ minimatch@1.0.0 
  β”‚ β”œβ”€β”€ lru-cache@2.7.0 
  β”‚ └── sigmund@1.0.1 
  β”œβ”€β”€ minimist@0.2.0 
  β”œβ”€β”¬ rc@0.5.5 
  β”‚ β”œβ”€β”€ deep-extend@0.2.11 
  β”‚ β”œβ”€β”€ ini@1.3.4 
  β”‚ β”œβ”€β”€ minimist@0.0.10 
  β”‚ └── strip-json-comments@0.1.3 
  β”œβ”€β”€ semver@4.3.6 
  β”œβ”€β”¬ through2@1.1.1 
  β”‚ β”œβ”€β”¬ readable-stream@1.1.13 
  β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.1 
  β”‚ β”‚ β”œβ”€β”€ inherits@2.0.1 
  β”‚ β”‚ β”œβ”€β”€ isarray@0.0.1 
  β”‚ β”‚ └── string_decoder@0.10.31 
  β”‚ └── xtend@4.0.0 
  β”œβ”€β”¬ update-notifier@0.2.2 
  β”‚ β”œβ”€β”¬ configstore@0.3.2 
  β”‚ β”‚ β”œβ”€β”¬ js-yaml@3.4.3 
  β”‚ β”‚ β”‚ β”œβ”€β”¬ argparse@1.0.2 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ lodash@3.10.1 
  β”‚ β”‚ β”‚ β”‚ └── sprintf-js@1.0.3 
  β”‚ β”‚ β”‚ └── esprima@2.6.0 
  β”‚ β”‚ β”œβ”€β”€ object-assign@2.1.1 
  β”‚ β”‚ β”œβ”€β”¬ osenv@0.1.3 
  β”‚ β”‚ β”‚ β”œβ”€β”€ os-homedir@1.0.1 
  β”‚ β”‚ β”‚ └── os-tmpdir@1.0.1 
  β”‚ β”‚ β”œβ”€β”€ user-home@1.1.1 
  β”‚ β”‚ β”œβ”€β”€ uuid@2.0.1 
  β”‚ β”‚ └── xdg-basedir@1.0.1 
  β”‚ β”œβ”€β”€ is-npm@1.0.0 
  β”‚ β”œβ”€β”¬ latest-version@1.0.1 
  β”‚ β”‚ └─┬ package-json@1.2.0 
  β”‚ β”‚   β”œβ”€β”¬ got@3.3.1 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ duplexify@3.4.2 
  β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ end-of-stream@1.0.0 
  β”‚ β”‚   β”‚ β”‚ └─┬ readable-stream@2.0.2 
  β”‚ β”‚   β”‚ β”‚   β”œβ”€β”€ process-nextick-args@1.0.3 
  β”‚ β”‚   β”‚ β”‚   └── util-deprecate@1.0.2 
  β”‚ β”‚   β”‚ β”œβ”€β”€ infinity-agent@2.0.3 
  β”‚ β”‚   β”‚ β”œβ”€β”€ is-redirect@1.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ is-stream@1.0.1 
  β”‚ β”‚   β”‚ β”œβ”€β”€ lowercase-keys@1.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ nested-error-stacks@1.0.1 
  β”‚ β”‚   β”‚ β”œβ”€β”€ object-assign@3.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ prepend-http@1.0.3 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ read-all-stream@3.0.1 
  β”‚ β”‚   β”‚ β”‚ β”œβ”€β”¬ pinkie-promise@1.0.0 
  β”‚ β”‚   β”‚ β”‚ β”‚ └── pinkie@1.0.0 
  β”‚ β”‚   β”‚ β”‚ └── readable-stream@2.0.2 
  β”‚ β”‚   β”‚ └── timed-out@2.0.0 
  β”‚ β”‚   └─┬ registry-url@3.0.3 
  β”‚ β”‚     └─┬ rc@1.1.2 
  β”‚ β”‚       └── minimist@1.2.0 
  β”‚ β”œβ”€β”€ semver-diff@2.0.0 
  β”‚ └─┬ string-length@1.0.1 
  β”‚   └─┬ strip-ansi@3.0.0 
  β”‚     └── ansi-regex@2.0.0 
  └─┬ vinyl-fs@0.3.14 
    β”œβ”€β”¬ defaults@1.0.3 
    β”‚ └── clone@1.0.2 
    β”œβ”€β”¬ glob-stream@3.1.18 
    β”‚ β”œβ”€β”¬ glob@4.5.3 
    β”‚ β”‚ β”œβ”€β”¬ inflight@1.0.4 
    β”‚ β”‚ β”‚ └── wrappy@1.0.1 
    β”‚ β”‚ β”œβ”€β”€ minimatch@2.0.10 
    β”‚ β”‚ └── once@1.3.2 
    β”‚ β”œβ”€β”¬ glob2base@0.0.12 
    β”‚ β”‚ └── find-index@0.1.1 
    β”‚ β”œβ”€β”¬ minimatch@2.0.10 
    β”‚ β”‚ └─┬ brace-expansion@1.1.1 
    β”‚ β”‚   β”œβ”€β”€ balanced-match@0.2.0 
    β”‚ β”‚   └── concat-map@0.0.1 
    β”‚ β”œβ”€β”€ ordered-read-streams@0.1.0 
    β”‚ β”œβ”€β”¬ through2@0.6.5 
    β”‚ β”‚ └── readable-stream@1.0.33 
    β”‚ └── unique-stream@1.0.0 
    β”œβ”€β”¬ glob-watcher@0.0.6 
    β”‚ └─┬ gaze@0.5.2 
    β”‚   └─┬ globule@0.1.0 
    β”‚     β”œβ”€β”¬ glob@3.1.21 
    β”‚     β”‚ β”œβ”€β”€ graceful-fs@1.2.3 
    β”‚     β”‚ └── inherits@1.0.2 
    β”‚     β”œβ”€β”€ lodash@1.0.2 
    β”‚     └── minimatch@0.2.14 
    β”œβ”€β”€ graceful-fs@3.0.8 
    β”œβ”€β”¬ mkdirp@0.5.1 
    β”‚ └── minimist@0.0.8 
    β”œβ”€β”¬ strip-bom@1.0.0 
    β”‚ β”œβ”€β”€ first-chunk-stream@1.0.0 
    β”‚ └── is-utf8@0.2.0 
    β”œβ”€β”¬ through2@0.6.5 
    β”‚ └── readable-stream@1.0.33 
    └─┬ vinyl@0.4.6 
      β”œβ”€β”€ clone@0.2.0 
      └── clone-stats@0.0.1 

/usr/local/bin/component -> /usr/local/lib/node_modules/component/bin/component
/usr/local/bin/component-crawl -> /usr/local/lib/node_modules/component/bin/component-crawl
/usr/local/bin/component-duplicates -> /usr/local/lib/node_modules/component/bin/component-duplicates
/usr/local/bin/component-build -> /usr/local/lib/node_modules/component/bin/component-build
/usr/local/bin/component-install -> /usr/local/lib/node_modules/component/bin/component-install
/usr/local/bin/component-help -> /usr/local/lib/node_modules/component/bin/component-help
/usr/local/bin/component-ls -> /usr/local/lib/node_modules/component/bin/component-ls
/usr/local/bin/component-link -> /usr/local/lib/node_modules/component/bin/component-link
/usr/local/bin/component-pin -> /usr/local/lib/node_modules/component/bin/component-pin
/usr/local/bin/component-outdated -> /usr/local/lib/node_modules/component/bin/component-outdated
/usr/local/bin/component-search -> /usr/local/lib/node_modules/component/bin/component-search
/usr/local/bin/component-update -> /usr/local/lib/node_modules/component/bin/component-update
/usr/local/bin/component-validate -> /usr/local/lib/node_modules/component/bin/component-validate
/usr/local/lib
└─┬ component@1.1.0 
  β”œβ”€β”€ co@3.1.0 
  β”œβ”€β”¬ commander@2.8.1 
  β”‚ └── graceful-readlink@1.0.1 
  β”œβ”€β”¬ component-build@1.2.2 
  β”‚ β”œβ”€β”¬ builder-autoprefixer@1.0.4 
  β”‚ β”‚ └─┬ autoprefixer-core@3.1.2 
  β”‚ β”‚   β”œβ”€β”€ caniuse-db@1.0.30000339 
  β”‚ β”‚   └─┬ postcss@2.2.6 
  β”‚ β”‚     β”œβ”€β”€ js-base64@2.1.9 
  β”‚ β”‚     └─┬ source-map@0.1.43 
  β”‚ β”‚       └── amdefine@1.0.0 
  β”‚ β”œβ”€β”¬ builder-es6-module-to-cjs@1.1.0 
  β”‚ β”‚ β”œβ”€β”¬ es6-module-jstransform@0.1.4 
  β”‚ β”‚ β”‚ β”œβ”€β”€ esprima-fb@3001.1.0-dev-harmony-fb 
  β”‚ β”‚ β”‚ └─┬ jstransform@3.0.0 
  β”‚ β”‚ β”‚   β”œβ”€β”€ base62@0.1.1 
  β”‚ β”‚ β”‚   └── source-map@0.1.31 
  β”‚ β”‚ └── is-module@1.0.0 
  β”‚ └─┬ component-builder@1.2.1 
  β”‚   β”œβ”€β”€ component-manifest@1.0.0 
  β”‚   β”œβ”€β”€ component-require2@1.1.1 
  β”‚   β”œβ”€β”€ cp@0.1.1 
  β”‚   β”œβ”€β”€ requires@1.0.2 
  β”‚   └─┬ syntax-error@1.1.4 
  β”‚     └── acorn@1.2.2 
  β”œβ”€β”€ component-consoler@2.0.0 
  β”œβ”€β”€ component-flatten@1.0.1 
  β”œβ”€β”¬ component-ls@2.1.0 
  β”‚ └── archy@0.0.2 
  β”œβ”€β”¬ component-outdated2@1.0.5 
  β”‚ └── generator-supported@0.0.1 
  β”œβ”€β”€ component-pin@1.0.5 
  β”œβ”€β”¬ component-remotes@1.2.0 
  β”‚ β”œβ”€β”¬ cogent@0.4.3-fix-redirects  (git://github.com/timaschew/cogent.git#2246bd071392f5053a3a110024fd608a40a593ba)
  β”‚ β”‚ β”œβ”€β”€ netrc@0.1.4 
  β”‚ β”‚ β”œβ”€β”¬ proxy-agent@1.1.1 
  β”‚ β”‚ β”‚ β”œβ”€β”¬ http-proxy-agent@0.2.7 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ agent-base@1.0.2 
  β”‚ β”‚ β”‚ β”‚ └── extend@3.0.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ https-proxy-agent@0.3.6 
  β”‚ β”‚ β”‚ β”œβ”€β”€ lru-cache@2.5.2 
  β”‚ β”‚ β”‚ β”œβ”€β”¬ pac-proxy-agent@0.2.0 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ extend@1.2.1 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ get-uri@0.1.4 
  β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ data-uri-to-buffer@0.0.4 
  β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ file-uri-to-path@0.0.2 
  β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ ftp@0.3.10 
  β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ readable-stream@1.1.13 
  β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── xregexp@2.0.0 
  β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ readable-stream@2.0.2 
  β”‚ β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ core-util-is@1.0.1 
  β”‚ β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ isarray@0.0.1 
  β”‚ β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ process-nextick-args@1.0.3 
  β”‚ β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ string_decoder@0.10.31 
  β”‚ β”‚ β”‚ β”‚ β”‚   └── util-deprecate@1.0.2 
  β”‚ β”‚ β”‚ β”‚ └─┬ pac-resolver@1.2.6 
  β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ co@3.0.6 
  β”‚ β”‚ β”‚ β”‚   β”œβ”€β”¬ degenerator@1.0.2 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ ast-types@0.3.38 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ escodegen@1.3.3 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ esprima@1.1.1 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ estraverse@1.5.1 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ └── esutils@1.0.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ └── esprima@2.3.0 
  β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ netmask@1.0.5 
  β”‚ β”‚ β”‚ β”‚   β”œβ”€β”¬ regenerator@0.8.41 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ commoner@0.10.3 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ commander@2.5.1 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”¬ glob@4.2.2 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ └── minimatch@1.0.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ graceful-fs@3.0.8 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ iconv-lite@0.4.13 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ install@0.1.8 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ mkdirp@0.5.1 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ └── q@1.1.2 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ defs@1.1.1 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”¬ alter@0.2.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ └── stable@0.1.5 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ ast-traverse@0.1.1 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ breakable@1.0.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ esprima-fb@15001.1001.0-dev-harmony-fb 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ simple-fmt@0.1.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ simple-is@0.2.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ stringmap@0.2.2 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ stringset@0.2.1 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ tryor@0.1.2 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ └─┬ yargs@3.27.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”œβ”€β”€ camelcase@1.2.1 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”œβ”€β”¬ cliui@2.1.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”‚ β”œβ”€β”¬ center-align@0.1.1 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”‚ β”‚ └─┬ align-text@0.1.3 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”‚ β”‚   β”œβ”€β”¬ kind-of@2.0.1 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”‚ β”‚   β”‚ └── is-buffer@1.1.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”‚ β”‚   β”œβ”€β”€ longest@1.0.1 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”‚ β”‚   └── repeat-string@1.5.2 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”‚ β”œβ”€β”€ right-align@0.1.3 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”‚ └── wordwrap@0.0.2 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”œβ”€β”€ decamelize@1.0.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”œβ”€β”¬ os-locale@1.4.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”‚ └─┬ lcid@1.0.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”‚   └── invert-kv@1.0.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   β”œβ”€β”€ window-size@0.1.2 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   └── y18n@3.2.0 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ esprima-fb@15001.1001.0-dev-harmony-fb 
  β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ private@0.1.6 
  β”‚ β”‚ β”‚ β”‚   β”‚ └─┬ recast@0.10.33 
  β”‚ β”‚ β”‚ β”‚   β”‚   β”œβ”€β”€ ast-types@0.8.12 
  β”‚ β”‚ β”‚ β”‚   β”‚   β”œβ”€β”€ esprima-fb@15001.1001.0-dev-harmony-fb 
  β”‚ β”‚ β”‚ β”‚   β”‚   └── source-map@0.5.1 
  β”‚ β”‚ β”‚ β”‚   └── thunkify@2.1.2 
  β”‚ β”‚ β”‚ └─┬ socks-proxy-agent@1.0.2 
  β”‚ β”‚ β”‚   β”œβ”€β”€ extend@1.2.1 
  β”‚ β”‚ β”‚   └─┬ socks@1.1.8 
  β”‚ β”‚ β”‚     β”œβ”€β”€ ip@0.3.3 
  β”‚ β”‚ β”‚     └── smart-buffer@1.0.3 
  β”‚ β”‚ β”œβ”€β”¬ raw-body@1.3.4 
  β”‚ β”‚ β”‚ β”œβ”€β”€ bytes@1.0.0 
  β”‚ β”‚ β”‚ └── iconv-lite@0.4.8 
  β”‚ β”‚ β”œβ”€β”€ statuses@1.2.1 
  β”‚ β”‚ └─┬ write-to@1.1.1 
  β”‚ β”‚   └── dethroy@1.0.2 
  β”‚ β”œβ”€β”€ component-validator@1.1.1 
  β”‚ └── graceful-fs@2.0.3 
  β”œβ”€β”¬ component-resolver@1.3.0 
  β”‚ β”œβ”€β”¬ chanel@2.2.0 
  β”‚ β”‚ └── to-descriptor@1.0.1 
  β”‚ β”œβ”€β”¬ component-downloader@1.2.0 
  β”‚ β”‚ └─┬ decompress@0.2.5 
  β”‚ β”‚   β”œβ”€β”€ adm-zip@0.4.7 
  β”‚ β”‚   β”œβ”€β”¬ ext-name@1.0.1 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ ext-list@0.2.0 
  β”‚ β”‚   β”‚ β”‚ └─┬ got@0.2.0 
  β”‚ β”‚   β”‚ β”‚   └── object-assign@0.3.1 
  β”‚ β”‚   β”‚ └── underscore.string@2.3.3 
  β”‚ β”‚   β”œβ”€β”€ get-stdin@0.1.0 
  β”‚ β”‚   β”œβ”€β”€ nopt@2.2.1 
  β”‚ β”‚   β”œβ”€β”¬ tar@0.1.20 
  β”‚ β”‚   β”‚ β”œβ”€β”€ block-stream@0.0.8 
  β”‚ β”‚   β”‚ └─┬ fstream@0.1.31 
  β”‚ β”‚   β”‚   β”œβ”€β”€ graceful-fs@3.0.8 
  β”‚ β”‚   β”‚   └─┬ mkdirp@0.5.1 
  β”‚ β”‚   β”‚     └── minimist@0.0.8 
  β”‚ β”‚   └─┬ tempfile@0.1.3 
  β”‚ β”‚     └── uuid@1.4.2 
  β”‚ └─┬ unglob@0.1.2 
  β”‚   β”œβ”€β”¬ glob@3.2.11 
  β”‚   β”‚ └── minimatch@0.3.0 
  β”‚   └─┬ minimatch@0.2.14 
  β”‚     β”œβ”€β”€ lru-cache@2.7.0 
  β”‚     └── sigmund@1.0.1 
  β”œβ”€β”¬ component-search2@1.1.1 
  β”‚ β”œβ”€β”€ bytes@0.3.0 
  β”‚ β”œβ”€β”€ cogent@0.4.3 
  β”‚ β”œβ”€β”¬ event-stream@3.3.1 
  β”‚ β”‚ β”œβ”€β”€ duplexer@0.1.1 
  β”‚ β”‚ β”œβ”€β”€ from@0.1.3 
  β”‚ β”‚ β”œβ”€β”€ map-stream@0.1.0 
  β”‚ β”‚ β”œβ”€β”€ pause-stream@0.0.11 
  β”‚ β”‚ β”œβ”€β”€ split@0.3.3 
  β”‚ β”‚ └── stream-combiner@0.0.4 
  β”‚ β”œβ”€β”¬ JSONStream@0.8.4 
  β”‚ β”‚ β”œβ”€β”€ jsonparse@0.0.5 
  β”‚ β”‚ └── through@2.3.8 
  β”‚ └── stream-to-array@1.0.0 
  β”œβ”€β”€ component-updater@1.0.5 
  β”œβ”€β”¬ component-watcher@1.0.3 
  β”‚ └─┬ sane@0.8.1 
  β”‚   β”œβ”€β”¬ walker@1.0.7 
  β”‚   β”‚ └─┬ makeerror@1.0.11 
  β”‚   β”‚   └── tmpl@1.0.4 
  β”‚   └── watch@0.10.0 
  β”œβ”€β”¬ debug@2.2.0 
  β”‚ └── ms@0.7.1 
  β”œβ”€β”€ mkdirp@0.3.5 
  β”œβ”€β”¬ rimraf@2.4.3 
  β”‚ └─┬ glob@5.0.15 
  β”‚   β”œβ”€β”¬ inflight@1.0.4 
  β”‚   β”‚ └── wrappy@1.0.1 
  β”‚   β”œβ”€β”€ inherits@2.0.1 
  β”‚   β”œβ”€β”¬ minimatch@3.0.0 
  β”‚   β”‚ └─┬ brace-expansion@1.1.1 
  β”‚   β”‚   β”œβ”€β”€ balanced-match@0.2.0 
  β”‚   β”‚   └── concat-map@0.0.1 
  β”‚   β”œβ”€β”€ once@1.3.2 
  β”‚   └── path-is-absolute@1.0.0 
  β”œβ”€β”€ semver@2.3.2 
  β”œβ”€β”¬ superagent@0.17.0 
  β”‚ β”œβ”€β”€ cookiejar@1.3.0 
  β”‚ β”œβ”€β”€ debug@0.7.4 
  β”‚ β”œβ”€β”€ emitter-component@1.0.0 
  β”‚ β”œβ”€β”€ extend@1.2.1 
  β”‚ β”œβ”€β”€ formidable@1.0.14 
  β”‚ β”œβ”€β”€ methods@0.0.1 
  β”‚ β”œβ”€β”€ mime@1.2.5 
  β”‚ β”œβ”€β”€ qs@0.6.5 
  β”‚ └── reduce-component@1.0.1 
  β”œβ”€β”¬ tiny-lr-fork@0.0.5 
  β”‚ β”œβ”€β”€ debug@0.7.4 
  β”‚ β”œβ”€β”€ faye-websocket@0.4.4 
  β”‚ β”œβ”€β”¬ noptify@0.0.3 
  β”‚ β”‚ └─┬ nopt@2.0.0 
  β”‚ β”‚   └── abbrev@1.0.7 
  β”‚ └── qs@0.5.6 
  └── win-fork@1.1.1 

/usr/local/bin/gulp -> /usr/local/lib/node_modules/gulp/bin/gulp.js
/usr/local/lib
└─┬ gulp@3.9.0 
  β”œβ”€β”€ archy@1.0.0 
  β”œβ”€β”¬ chalk@1.1.1 
  β”‚ β”œβ”€β”€ ansi-styles@2.1.0 
  β”‚ β”œβ”€β”€ escape-string-regexp@1.0.3 
  β”‚ β”œβ”€β”¬ has-ansi@2.0.0 
  β”‚ β”‚ └── ansi-regex@2.0.0 
  β”‚ β”œβ”€β”€ strip-ansi@3.0.0 
  β”‚ └── supports-color@2.0.0 
  β”œβ”€β”€ deprecated@0.0.1 
  β”œβ”€β”¬ gulp-util@3.0.6 
  β”‚ β”œβ”€β”€ array-differ@1.0.0 
  β”‚ β”œβ”€β”€ array-uniq@1.0.2 
  β”‚ β”œβ”€β”€ beeper@1.1.0 
  β”‚ β”œβ”€β”¬ dateformat@1.0.11 
  β”‚ β”‚ β”œβ”€β”€ get-stdin@5.0.0 
  β”‚ β”‚ └─┬ meow@3.4.2 
  β”‚ β”‚   β”œβ”€β”¬ camelcase-keys@1.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ camelcase@1.2.1 
  β”‚ β”‚   β”‚ └── map-obj@1.0.1 
  β”‚ β”‚   β”œβ”€β”€ loud-rejection@1.0.0 
  β”‚ β”‚   β”œβ”€β”¬ normalize-package-data@2.3.4 
  β”‚ β”‚   β”‚ β”œβ”€β”€ hosted-git-info@2.1.4 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ is-builtin-module@1.0.0 
  β”‚ β”‚   β”‚ β”‚ └── builtin-modules@1.1.0 
  β”‚ β”‚   β”‚ └─┬ validate-npm-package-license@3.0.1 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ spdx-correct@1.0.1 
  β”‚ β”‚   β”‚   β”‚ └── spdx-license-ids@1.0.2 
  β”‚ β”‚   β”‚   └─┬ spdx-expression-parse@1.0.0 
  β”‚ β”‚   β”‚     └── spdx-exceptions@1.0.3 
  β”‚ β”‚   β”œβ”€β”€ object-assign@4.0.1 
  β”‚ β”‚   β”œβ”€β”¬ read-pkg-up@1.0.1 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ find-up@1.0.0 
  β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ path-exists@2.0.0 
  β”‚ β”‚   β”‚ β”‚ └─┬ pinkie-promise@1.0.0 
  β”‚ β”‚   β”‚ β”‚   └── pinkie@1.0.0 
  β”‚ β”‚   β”‚ └─┬ read-pkg@1.1.0 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ load-json-file@1.0.1 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ graceful-fs@4.1.2 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”¬ parse-json@2.2.0 
  β”‚ β”‚   β”‚   β”‚ β”‚ └── error-ex@1.2.0 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ pify@2.2.0 
  β”‚ β”‚   β”‚   β”‚ └── strip-bom@2.0.0 
  β”‚ β”‚   β”‚   └── path-type@1.0.0 
  β”‚ β”‚   β”œβ”€β”¬ redent@1.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ indent-string@2.1.0 
  β”‚ β”‚   β”‚ β”‚ └─┬ repeating@2.0.0 
  β”‚ β”‚   β”‚ β”‚   └─┬ is-finite@1.0.1 
  β”‚ β”‚   β”‚ β”‚     └── number-is-nan@1.0.0 
  β”‚ β”‚   β”‚ └─┬ strip-indent@1.0.1 
  β”‚ β”‚   β”‚   └── get-stdin@4.0.1 
  β”‚ β”‚   └── trim-newlines@1.0.0 
  β”‚ β”œβ”€β”€ lodash._reescape@3.0.0 
  β”‚ β”œβ”€β”€ lodash._reevaluate@3.0.0 
  β”‚ β”œβ”€β”€ lodash._reinterpolate@3.0.0 
  β”‚ β”œβ”€β”¬ lodash.template@3.6.2 
  β”‚ β”‚ β”œβ”€β”€ lodash._basecopy@3.0.1 
  β”‚ β”‚ β”œβ”€β”€ lodash._basetostring@3.0.1 
  β”‚ β”‚ β”œβ”€β”€ lodash._basevalues@3.0.0 
  β”‚ β”‚ β”œβ”€β”€ lodash._isiterateecall@3.0.9 
  β”‚ β”‚ β”œβ”€β”€ lodash.escape@3.0.0 
  β”‚ β”‚ β”œβ”€β”¬ lodash.keys@3.1.2 
  β”‚ β”‚ β”‚ β”œβ”€β”€ lodash._getnative@3.9.1 
  β”‚ β”‚ β”‚ β”œβ”€β”€ lodash.isarguments@3.0.4 
  β”‚ β”‚ β”‚ └── lodash.isarray@3.0.4 
  β”‚ β”‚ β”œβ”€β”€ lodash.restparam@3.6.1 
  β”‚ β”‚ └── lodash.templatesettings@3.1.0 
  β”‚ β”œβ”€β”¬ multipipe@0.1.2 
  β”‚ β”‚ └─┬ duplexer2@0.0.2 
  β”‚ β”‚   └── readable-stream@1.1.13 
  β”‚ β”œβ”€β”€ object-assign@3.0.0 
  β”‚ β”œβ”€β”€ replace-ext@0.0.1 
  β”‚ β”œβ”€β”¬ through2@2.0.0 
  β”‚ β”‚ β”œβ”€β”¬ readable-stream@2.0.2 
  β”‚ β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.1 
  β”‚ β”‚ β”‚ β”œβ”€β”€ inherits@2.0.1 
  β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@0.0.1 
  β”‚ β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.3 
  β”‚ β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31 
  β”‚ β”‚ β”‚ └── util-deprecate@1.0.2 
  β”‚ β”‚ └── xtend@4.0.0 
  β”‚ └─┬ vinyl@0.5.3 
  β”‚   β”œβ”€β”€ clone@1.0.2 
  β”‚   └── clone-stats@0.0.1 
  β”œβ”€β”€ interpret@0.6.6 
  β”œβ”€β”¬ liftoff@2.2.0 
  β”‚ β”œβ”€β”€ extend@2.0.1 
  β”‚ β”œβ”€β”¬ findup-sync@0.3.0 
  β”‚ β”‚ └─┬ glob@5.0.15 
  β”‚ β”‚   β”œβ”€β”€ inflight@1.0.4 
  β”‚ β”‚   β”œβ”€β”€ minimatch@3.0.0 
  β”‚ β”‚   └── path-is-absolute@1.0.0 
  β”‚ β”œβ”€β”€ flagged-respawn@0.3.1 
  β”‚ β”œβ”€β”€ rechoir@0.6.2 
  β”‚ └── resolve@1.1.6 
  β”œβ”€β”€ minimist@1.2.0 
  β”œβ”€β”¬ orchestrator@0.3.7 
  β”‚ β”œβ”€β”¬ end-of-stream@0.1.5 
  β”‚ β”‚ └─┬ once@1.3.2 
  β”‚ β”‚   └── wrappy@1.0.1 
  β”‚ β”œβ”€β”€ sequencify@0.0.7 
  β”‚ └── stream-consume@0.1.0 
  β”œβ”€β”€ pretty-hrtime@1.0.1 
  β”œβ”€β”€ semver@4.3.6 
  β”œβ”€β”¬ tildify@1.1.2 
  β”‚ └── os-homedir@1.0.1 
  β”œβ”€β”¬ v8flags@2.0.10 
  β”‚ └── user-home@1.1.1 
  └─┬ vinyl-fs@0.3.14 
    β”œβ”€β”€ defaults@1.0.3 
    β”œβ”€β”¬ glob-stream@3.1.18 
    β”‚ β”œβ”€β”€ glob@4.5.3 
    β”‚ β”œβ”€β”¬ glob2base@0.0.12 
    β”‚ β”‚ └── find-index@0.1.1 
    β”‚ β”œβ”€β”¬ minimatch@2.0.10 
    β”‚ β”‚ └─┬ brace-expansion@1.1.1 
    β”‚ β”‚   β”œβ”€β”€ balanced-match@0.2.0 
    β”‚ β”‚   └── concat-map@0.0.1 
    β”‚ β”œβ”€β”€ ordered-read-streams@0.1.0 
    β”‚ β”œβ”€β”¬ through2@0.6.5 
    β”‚ β”‚ └── readable-stream@1.0.33 
    β”‚ └── unique-stream@1.0.0 
    β”œβ”€β”¬ glob-watcher@0.0.6 
    β”‚ └─┬ gaze@0.5.2 
    β”‚   └─┬ globule@0.1.0 
    β”‚     β”œβ”€β”¬ glob@3.1.21 
    β”‚     β”‚ β”œβ”€β”€ graceful-fs@1.2.3 
    β”‚     β”‚ └── inherits@1.0.2 
    β”‚     β”œβ”€β”€ lodash@1.0.2 
    β”‚     └─┬ minimatch@0.2.14 
    β”‚       β”œβ”€β”€ lru-cache@2.7.0 
    β”‚       └── sigmund@1.0.1 
    β”œβ”€β”€ graceful-fs@3.0.8 
    β”œβ”€β”¬ mkdirp@0.5.1 
    β”‚ └── minimist@0.0.8 
    β”œβ”€β”¬ strip-bom@1.0.0 
    β”‚ β”œβ”€β”€ first-chunk-stream@1.0.0 
    β”‚ └── is-utf8@0.2.0 
    β”œβ”€β”¬ through2@0.6.5 
    β”‚ └── readable-stream@1.0.33 
    └─┬ vinyl@0.4.6 
      └── clone@0.2.0 

/usr/local/lib
└─┬ grunt@0.4.5 
  β”œβ”€β”€ async@0.1.22 
  β”œβ”€β”€ coffee-script@1.3.3 
  β”œβ”€β”€ colors@0.6.2 
  β”œβ”€β”€ dateformat@1.0.2-1.2.3 
  β”œβ”€β”€ eventemitter2@0.4.14 
  β”œβ”€β”€ exit@0.1.2 
  β”œβ”€β”¬ findup-sync@0.1.3 
  β”‚ β”œβ”€β”¬ glob@3.2.11 
  β”‚ β”‚ β”œβ”€β”€ inherits@2.0.1 
  β”‚ β”‚ └── minimatch@0.3.0 
  β”‚ └── lodash@2.4.2 
  β”œβ”€β”€ getobject@0.1.0 
  β”œβ”€β”¬ glob@3.1.21 
  β”‚ β”œβ”€β”€ graceful-fs@1.2.3 
  β”‚ └── inherits@1.0.2 
  β”œβ”€β”¬ grunt-legacy-log@0.1.2 
  β”‚ β”œβ”€β”¬ grunt-legacy-log-utils@0.1.1 
  β”‚ β”‚ β”œβ”€β”€ lodash@2.4.2 
  β”‚ β”‚ └── underscore.string@2.3.3 
  β”‚ β”œβ”€β”€ lodash@2.4.2 
  β”‚ └── underscore.string@2.3.3 
  β”œβ”€β”€ grunt-legacy-util@0.2.0 
  β”œβ”€β”€ hooker@0.2.3 
  β”œβ”€β”€ iconv-lite@0.2.11 
  β”œβ”€β”¬ js-yaml@2.0.5 
  β”‚ β”œβ”€β”¬ argparse@0.1.16 
  β”‚ β”‚ β”œβ”€β”€ underscore@1.7.0 
  β”‚ β”‚ └── underscore.string@2.4.0 
  β”‚ └── esprima@1.0.4 
  β”œβ”€β”€ lodash@0.9.2 
  β”œβ”€β”¬ minimatch@0.2.14 
  β”‚ β”œβ”€β”€ lru-cache@2.7.0 
  β”‚ └── sigmund@1.0.1 
  β”œβ”€β”¬ nopt@1.0.10 
  β”‚ └── abbrev@1.0.7 
  β”œβ”€β”€ rimraf@2.2.8 
  β”œβ”€β”€ underscore.string@2.2.1 
  └── which@1.0.9 

/usr/local/bin/grunt -> /usr/local/lib/node_modules/grunt-cli/bin/grunt
/usr/local/lib
└─┬ grunt-cli@0.1.13 
  β”œβ”€β”¬ findup-sync@0.1.3 
  β”‚ β”œβ”€β”¬ glob@3.2.11 
  β”‚ β”‚ β”œβ”€β”€ inherits@2.0.1 
  β”‚ β”‚ └─┬ minimatch@0.3.0 
  β”‚ β”‚   β”œβ”€β”€ lru-cache@2.7.0 
  β”‚ β”‚   └── sigmund@1.0.1 
  β”‚ └── lodash@2.4.2 
  β”œβ”€β”¬ nopt@1.0.10 
  β”‚ └── abbrev@1.0.7 
  └── resolve@0.3.1 

/usr/local/lib
└─┬ autoprefixer@6.0.3 
  β”œβ”€β”€ browserslist@1.0.1 
  β”œβ”€β”€ caniuse-db@1.0.30000339 
  β”œβ”€β”€ num2fraction@1.2.2 
  └─┬ postcss@5.0.9 
    β”œβ”€β”€ js-base64@2.1.9 
    β”œβ”€β”€ source-map@0.5.1 
    └─┬ supports-color@3.1.1 
      └── has-flag@1.0.0 

/usr/local/bin/bower -> /usr/local/lib/node_modules/bower/bin/bower
/usr/local/lib
└─┬ bower@1.5.3 
  β”œβ”€β”€ abbrev@1.0.7 
  β”œβ”€β”€ archy@1.0.0 
  β”œβ”€β”¬ bower-config@0.6.1 
  β”‚ β”œβ”€β”€ graceful-fs@2.0.3 
  β”‚ β”œβ”€β”€ mout@0.9.1 
  β”‚ β”œβ”€β”¬ optimist@0.6.1 
  β”‚ β”‚ β”œβ”€β”€ minimist@0.0.10 
  β”‚ β”‚ └── wordwrap@0.0.3 
  β”‚ └── osenv@0.0.3 
  β”œβ”€β”€ bower-endpoint-parser@0.2.2 
  β”œβ”€β”¬ bower-json@0.4.0 
  β”‚ β”œβ”€β”€ deep-extend@0.2.11 
  β”‚ β”œβ”€β”€ graceful-fs@2.0.3 
  β”‚ └── intersect@0.0.3 
  β”œβ”€β”€ bower-logger@0.2.2 
  β”œβ”€β”¬ bower-registry-client@0.3.0 
  β”‚ β”œβ”€β”€ async@0.2.10 
  β”‚ β”œβ”€β”€ graceful-fs@2.0.3 
  β”‚ β”œβ”€β”€ lru-cache@2.3.1 
  β”‚ β”œβ”€β”€ mkdirp@0.3.5 
  β”‚ β”œβ”€β”¬ request@2.51.0 
  β”‚ β”‚ β”œβ”€β”€ caseless@0.8.0 
  β”‚ β”‚ β”œβ”€β”¬ hawk@1.1.1 
  β”‚ β”‚ β”‚ β”œβ”€β”€ boom@0.4.2 
  β”‚ β”‚ β”‚ β”œβ”€β”€ cryptiles@0.2.2 
  β”‚ β”‚ β”‚ β”œβ”€β”€ hoek@0.9.1 
  β”‚ β”‚ β”‚ └── sntp@0.2.4 
  β”‚ β”‚ β”œβ”€β”€ mime-types@1.0.2 
  β”‚ β”‚ └── oauth-sign@0.5.0 
  β”‚ β”œβ”€β”€ request-replay@0.2.0 
  β”‚ └── rimraf@2.2.8 
  β”œβ”€β”¬ cardinal@0.4.4 
  β”‚ β”œβ”€β”€ ansicolors@0.2.1 
  β”‚ └─┬ redeyed@0.4.4 
  β”‚   └── esprima@1.0.4 
  β”œβ”€β”¬ chalk@1.1.1 
  β”‚ β”œβ”€β”€ ansi-styles@2.1.0 
  β”‚ β”œβ”€β”€ escape-string-regexp@1.0.3 
  β”‚ β”œβ”€β”¬ has-ansi@2.0.0 
  β”‚ β”‚ └── ansi-regex@2.0.0 
  β”‚ β”œβ”€β”€ strip-ansi@3.0.0 
  β”‚ └── supports-color@2.0.0 
  β”œβ”€β”€ chmodr@0.1.0 
  β”œβ”€β”¬ configstore@0.3.2 
  β”‚ β”œβ”€β”¬ js-yaml@3.4.3 
  β”‚ β”‚ β”œβ”€β”¬ argparse@1.0.2 
  β”‚ β”‚ β”‚ └── sprintf-js@1.0.3 
  β”‚ β”‚ └── esprima@2.6.0 
  β”‚ β”œβ”€β”€ object-assign@2.1.1 
  β”‚ β”œβ”€β”¬ osenv@0.1.3 
  β”‚ β”‚ β”œβ”€β”€ os-homedir@1.0.1 
  β”‚ β”‚ └── os-tmpdir@1.0.1 
  β”‚ β”œβ”€β”€ uuid@2.0.1 
  β”‚ └── xdg-basedir@1.0.1 
  β”œβ”€β”¬ decompress-zip@0.1.0 
  β”‚ β”œβ”€β”¬ binary@0.3.0 
  β”‚ β”‚ β”œβ”€β”€ buffers@0.1.1 
  β”‚ β”‚ └─┬ chainsaw@0.1.0 
  β”‚ β”‚   └── traverse@0.3.9 
  β”‚ β”œβ”€β”€ mkpath@0.1.0 
  β”‚ β”œβ”€β”¬ readable-stream@1.1.13 
  β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.1 
  β”‚ β”‚ β”œβ”€β”€ isarray@0.0.1 
  β”‚ β”‚ └── string_decoder@0.10.31 
  β”‚ └─┬ touch@0.0.3 
  β”‚   └── nopt@1.0.10 
  β”œβ”€β”¬ fstream@1.0.8 
  β”‚ β”œβ”€β”€ graceful-fs@4.1.2 
  β”‚ └── inherits@2.0.1 
  β”œβ”€β”¬ fstream-ignore@1.0.2 
  β”‚ └─┬ minimatch@2.0.10 
  β”‚   └─┬ brace-expansion@1.1.1 
  β”‚     β”œβ”€β”€ balanced-match@0.2.0 
  β”‚     └── concat-map@0.0.1 
  β”œβ”€β”¬ github@0.2.4 
  β”‚ └── mime@1.3.4 
  β”œβ”€β”¬ glob@4.5.3 
  β”‚ β”œβ”€β”¬ inflight@1.0.4 
  β”‚ β”‚ └── wrappy@1.0.1 
  β”‚ β”œβ”€β”€ minimatch@2.0.10 
  β”‚ └── once@1.3.2 
  β”œβ”€β”€ graceful-fs@3.0.8 
  β”œβ”€β”¬ handlebars@2.0.0 
  β”‚ β”œβ”€β”€ optimist@0.3.7 
  β”‚ └─┬ uglify-js@2.3.6 
  β”‚   β”œβ”€β”€ optimist@0.3.7 
  β”‚   └─┬ source-map@0.1.43 
  β”‚     └── amdefine@1.0.0 
  β”œβ”€β”¬ inquirer@0.8.0 
  β”‚ β”œβ”€β”€ ansi-regex@1.1.1 
  β”‚ β”œβ”€β”¬ chalk@0.5.1 
  β”‚ β”‚ β”œβ”€β”€ ansi-styles@1.1.0 
  β”‚ β”‚ β”œβ”€β”¬ has-ansi@0.1.0 
  β”‚ β”‚ β”‚ └── ansi-regex@0.2.1 
  β”‚ β”‚ β”œβ”€β”¬ strip-ansi@0.3.0 
  β”‚ β”‚ β”‚ └── ansi-regex@0.2.1 
  β”‚ β”‚ └── supports-color@0.2.0 
  β”‚ β”œβ”€β”¬ cli-color@0.3.3 
  β”‚ β”‚ β”œβ”€β”€ d@0.1.1 
  β”‚ β”‚ β”œβ”€β”¬ es5-ext@0.10.8 
  β”‚ β”‚ β”‚ β”œβ”€β”€ es6-iterator@2.0.0 
  β”‚ β”‚ β”‚ └── es6-symbol@3.0.0 
  β”‚ β”‚ β”œβ”€β”¬ memoizee@0.3.9 
  β”‚ β”‚ β”‚ β”œβ”€β”¬ es6-weak-map@0.1.4 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ es6-iterator@0.1.3 
  β”‚ β”‚ β”‚ β”‚ └── es6-symbol@2.0.1 
  β”‚ β”‚ β”‚ β”œβ”€β”€ event-emitter@0.3.4 
  β”‚ β”‚ β”‚ β”œβ”€β”€ lru-queue@0.1.0 
  β”‚ β”‚ β”‚ └── next-tick@0.2.2 
  β”‚ β”‚ └── timers-ext@0.1.0 
  β”‚ β”œβ”€β”€ figures@1.4.0 
  β”‚ β”œβ”€β”€ lodash@2.4.2 
  β”‚ β”œβ”€β”€ mute-stream@0.0.4 
  β”‚ β”œβ”€β”¬ readline2@0.1.1 
  β”‚ β”‚ └─┬ strip-ansi@2.0.1 
  β”‚ β”‚   └── ansi-regex@1.1.1 
  β”‚ β”œβ”€β”€ rx@2.5.3 
  β”‚ └── through@2.3.8 
  β”œβ”€β”¬ insight@0.7.0 
  β”‚ β”œβ”€β”€ async@1.4.2 
  β”‚ β”œβ”€β”¬ configstore@1.2.1 
  β”‚ β”‚ β”œβ”€β”€ graceful-fs@4.1.2 
  β”‚ β”‚ β”œβ”€β”€ object-assign@3.0.0 
  β”‚ β”‚ β”œβ”€β”€ osenv@0.1.3 
  β”‚ β”‚ β”œβ”€β”¬ write-file-atomic@1.1.3 
  β”‚ β”‚ β”‚ β”œβ”€β”€ graceful-fs@4.1.2 
  β”‚ β”‚ β”‚ └── slide@1.1.6 
  β”‚ β”‚ └── xdg-basedir@2.0.0 
  β”‚ β”œβ”€β”¬ inquirer@0.10.1 
  β”‚ β”‚ β”œβ”€β”€ ansi-escapes@1.1.0 
  β”‚ β”‚ β”œβ”€β”¬ cli-cursor@1.0.2 
  β”‚ β”‚ β”‚ └─┬ restore-cursor@1.0.1 
  β”‚ β”‚ β”‚   β”œβ”€β”€ exit-hook@1.1.1 
  β”‚ β”‚ β”‚   └── onetime@1.0.0 
  β”‚ β”‚ β”œβ”€β”€ cli-width@1.0.1 
  β”‚ β”‚ β”œβ”€β”€ lodash@3.10.1 
  β”‚ β”‚ β”œβ”€β”¬ readline2@1.0.1 
  β”‚ β”‚ β”‚ β”œβ”€β”¬ code-point-at@1.0.0 
  β”‚ β”‚ β”‚ β”‚ └── number-is-nan@1.0.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ is-fullwidth-code-point@1.0.0 
  β”‚ β”‚ β”‚ └── mute-stream@0.0.5 
  β”‚ β”‚ β”œβ”€β”€ run-async@0.1.0 
  β”‚ β”‚ └── rx-lite@3.1.2 
  β”‚ β”œβ”€β”¬ lodash.debounce@3.1.1 
  β”‚ β”‚ └── lodash._getnative@3.9.1 
  β”‚ β”œβ”€β”€ object-assign@4.0.1 
  β”‚ β”œβ”€β”¬ os-name@1.0.3 
  β”‚ β”‚ β”œβ”€β”¬ osx-release@1.1.0 
  β”‚ β”‚ β”‚ └── minimist@1.2.0 
  β”‚ β”‚ └─┬ win-release@1.1.1 
  β”‚ β”‚   └── semver@5.0.3 
  β”‚ └── tough-cookie@2.2.0 
  β”œβ”€β”€ is-root@1.0.0 
  β”œβ”€β”€ junk@1.0.2 
  β”œβ”€β”€ lockfile@1.0.1 
  β”œβ”€β”€ lru-cache@2.7.0 
  β”œβ”€β”¬ md5-hex@1.1.0 
  β”‚ └── md5-o-matic@0.1.1 
  β”œβ”€β”¬ mkdirp@0.5.0 
  β”‚ └── minimist@0.0.8 
  β”œβ”€β”€ mout@0.11.0 
  β”œβ”€β”€ nopt@3.0.4 
  β”œβ”€β”€ opn@1.0.2 
  β”œβ”€β”¬ p-throttler@0.1.1 
  β”‚ └── q@0.9.7 
  β”œβ”€β”¬ promptly@0.2.0 
  β”‚ └── read@1.0.7 
  β”œβ”€β”€ q@1.4.1 
  β”œβ”€β”¬ request@2.53.0 
  β”‚ β”œβ”€β”€ aws-sign2@0.5.0 
  β”‚ β”œβ”€β”¬ bl@0.9.4 
  β”‚ β”‚ └── readable-stream@1.0.33 
  β”‚ β”œβ”€β”€ caseless@0.9.0 
  β”‚ β”œβ”€β”¬ combined-stream@0.0.7 
  β”‚ β”‚ └── delayed-stream@0.0.5 
  β”‚ β”œβ”€β”€ forever-agent@0.5.2 
  β”‚ β”œβ”€β”¬ form-data@0.2.0 
  β”‚ β”‚ β”œβ”€β”€ async@0.9.2 
  β”‚ β”‚ └── mime-types@2.0.14 
  β”‚ β”œβ”€β”¬ hawk@2.3.1 
  β”‚ β”‚ β”œβ”€β”€ boom@2.9.0 
  β”‚ β”‚ β”œβ”€β”€ cryptiles@2.0.5 
  β”‚ β”‚ β”œβ”€β”€ hoek@2.16.3 
  β”‚ β”‚ └── sntp@1.0.9 
  β”‚ β”œβ”€β”¬ http-signature@0.10.1 
  β”‚ β”‚ β”œβ”€β”€ asn1@0.1.11 
  β”‚ β”‚ β”œβ”€β”€ assert-plus@0.1.5 
  β”‚ β”‚ └── ctype@0.5.3 
  β”‚ β”œβ”€β”€ isstream@0.1.2 
  β”‚ β”œβ”€β”€ json-stringify-safe@5.0.1 
  β”‚ β”œβ”€β”¬ mime-types@2.0.14 
  β”‚ β”‚ └── mime-db@1.12.0 
  β”‚ β”œβ”€β”€ node-uuid@1.4.3 
  β”‚ β”œβ”€β”€ oauth-sign@0.6.0 
  β”‚ β”œβ”€β”€ qs@2.3.3 
  β”‚ β”œβ”€β”€ stringstream@0.0.4 
  β”‚ └── tunnel-agent@0.4.1 
  β”œβ”€β”¬ request-progress@0.3.1 
  β”‚ └── throttleit@0.0.2 
  β”œβ”€β”€ retry@0.6.1 
  β”œβ”€β”¬ rimraf@2.4.3 
  β”‚ └─┬ glob@5.0.15 
  β”‚   β”œβ”€β”€ minimatch@3.0.0 
  β”‚   └── path-is-absolute@1.0.0 
  β”œβ”€β”€ semver@2.3.2 
  β”œβ”€β”¬ shell-quote@1.4.3 
  β”‚ β”œβ”€β”€ array-filter@0.0.1 
  β”‚ β”œβ”€β”€ array-map@0.0.0 
  β”‚ β”œβ”€β”€ array-reduce@0.0.0 
  β”‚ └── jsonify@0.0.0 
  β”œβ”€β”€ stringify-object@1.0.1 
  β”œβ”€β”¬ tar-fs@1.8.1 
  β”‚ β”œβ”€β”¬ pump@1.0.0 
  β”‚ β”‚ └── end-of-stream@1.1.0 
  β”‚ └─┬ tar-stream@1.2.1 
  β”‚   β”œβ”€β”€ bl@1.0.0 
  β”‚   β”œβ”€β”¬ readable-stream@2.0.2 
  β”‚   β”‚ β”œβ”€β”€ process-nextick-args@1.0.3 
  β”‚   β”‚ └── util-deprecate@1.0.2 
  β”‚   └── xtend@4.0.0 
  β”œβ”€β”€ tmp@0.0.24 
  β”œβ”€β”¬ update-notifier@0.3.2 
  β”‚ β”œβ”€β”€ is-npm@1.0.0 
  β”‚ β”œβ”€β”¬ latest-version@1.0.1 
  β”‚ β”‚ └─┬ package-json@1.2.0 
  β”‚ β”‚   β”œβ”€β”¬ got@3.3.1 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ duplexify@3.4.2 
  β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ end-of-stream@1.0.0 
  β”‚ β”‚   β”‚ β”‚ └── readable-stream@2.0.2 
  β”‚ β”‚   β”‚ β”œβ”€β”€ infinity-agent@2.0.3 
  β”‚ β”‚   β”‚ β”œβ”€β”€ is-redirect@1.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ is-stream@1.0.1 
  β”‚ β”‚   β”‚ β”œβ”€β”€ lowercase-keys@1.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ nested-error-stacks@1.0.1 
  β”‚ β”‚   β”‚ β”œβ”€β”€ object-assign@3.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ prepend-http@1.0.3 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ read-all-stream@3.0.1 
  β”‚ β”‚   β”‚ β”‚ β”œβ”€β”¬ pinkie-promise@1.0.0 
  β”‚ β”‚   β”‚ β”‚ β”‚ └── pinkie@1.0.0 
  β”‚ β”‚   β”‚ β”‚ └── readable-stream@2.0.2 
  β”‚ β”‚   β”‚ └── timed-out@2.0.0 
  β”‚ β”‚   └─┬ registry-url@3.0.3 
  β”‚ β”‚     └─┬ rc@1.1.2 
  β”‚ β”‚       β”œβ”€β”€ ini@1.3.4 
  β”‚ β”‚       β”œβ”€β”€ minimist@1.2.0 
  β”‚ β”‚       └── strip-json-comments@0.1.3 
  β”‚ β”œβ”€β”¬ semver-diff@2.0.0 
  β”‚ β”‚ └── semver@4.3.6 
  β”‚ └── string-length@1.0.1 
  β”œβ”€β”€ user-home@1.1.1 
  └─┬ which@1.2.0 
    └─┬ is-absolute@0.1.7 
      └── is-relative@0.1.3 

==> Downloading https://github.com/zsh-users/zsh-completions/archive/0.12.0.tar.gz
==> Downloading from https://codeload.github.com/zsh-users/zsh-completions/tar.gz/0.12.0
==> Caveats
To activate these completions, add the following to your .zshrc:

  fpath=(/usr/local/share/zsh-completions $fpath)

You may also need to force rebuild `zcompdump`:

  rm -f ~/.zcompdump; compinit

Additionally, if you receive "zsh compinit: insecure directories" warnings when attempting
to load these completions, you may need to run this:

  chmod go-w /usr/local/share
==> Summary
🍺  /usr/local/Cellar/zsh-completions/0.12.0: 121 files, 980K, built in 4 seconds
❯ Setup Terminal.app profile
/usr/local/bin/tldr -> /usr/local/lib/node_modules/tldr/bin/tldr
/usr/local/lib
└─┬ tldr@1.0.1 
  β”œβ”€β”€ async@0.9.2 
  β”œβ”€β”€ colors@1.0.3 
  β”œβ”€β”€ commander@2.3.0 
  β”œβ”€β”¬ cpr@0.3.3 
  β”‚ └── graceful-fs@3.0.8 
  β”œβ”€β”€ deep-extend@0.2.11 
  β”œβ”€β”€ lodash@2.4.2 
  β”œβ”€β”€ marked@0.3.5 
  β”œβ”€β”¬ mkdirp@0.5.1 
  β”‚ └── minimist@0.0.8 
  β”œβ”€β”€ ms@0.6.2 
  β”œβ”€β”¬ request@2.44.0 
  β”‚ β”œβ”€β”€ aws-sign2@0.5.0 
  β”‚ β”œβ”€β”€ bl@0.9.4 
  β”‚ β”œβ”€β”€ caseless@0.6.0 
  β”‚ β”œβ”€β”€ forever-agent@0.5.2 
  β”‚ β”œβ”€β”¬ form-data@0.1.4 
  β”‚ β”‚ β”œβ”€β”¬ combined-stream@0.0.7 
  β”‚ β”‚ β”‚ └── delayed-stream@0.0.5 
  β”‚ β”‚ └── mime@1.2.11 
  β”‚ β”œβ”€β”¬ hawk@1.1.1 
  β”‚ β”‚ β”œβ”€β”€ boom@0.4.2 
  β”‚ β”‚ β”œβ”€β”€ cryptiles@0.2.2 
  β”‚ β”‚ β”œβ”€β”€ hoek@0.9.1 
  β”‚ β”‚ └── sntp@0.2.4 
  β”‚ β”œβ”€β”¬ http-signature@0.10.1 
  β”‚ β”‚ β”œβ”€β”€ asn1@0.1.11 
  β”‚ β”‚ β”œβ”€β”€ assert-plus@0.1.5 
  β”‚ β”‚ └── ctype@0.5.3 
  β”‚ β”œβ”€β”€ json-stringify-safe@5.0.1 
  β”‚ β”œβ”€β”€ mime-types@1.0.2 
  β”‚ β”œβ”€β”€ node-uuid@1.4.3 
  β”‚ β”œβ”€β”€ oauth-sign@0.4.0 
  β”‚ β”œβ”€β”€ qs@1.2.2 
  β”‚ β”œβ”€β”€ stringstream@0.0.4 
  β”‚ β”œβ”€β”€ tough-cookie@2.2.0 
  β”‚ └── tunnel-agent@0.4.1 
  β”œβ”€β”€ rimraf@2.2.8 
  β”œβ”€β”¬ unhtml@0.1.0 
  β”‚ β”œβ”€β”€ html5-entities@0.5.1 
  β”‚ └── quotemeta@0.0.0 
  β”œβ”€β”¬ unzip2@0.2.5 
  β”‚ β”œβ”€β”¬ binary@0.3.0 
  β”‚ β”‚ β”œβ”€β”€ buffers@0.1.1 
  β”‚ β”‚ └─┬ chainsaw@0.1.0 
  β”‚ β”‚   └── traverse@0.3.9 
  β”‚ β”œβ”€β”¬ fstream@0.1.31 
  β”‚ β”‚ └── inherits@2.0.1 
  β”‚ β”œβ”€β”€ match-stream@0.0.2 
  β”‚ β”œβ”€β”¬ pullstream@0.4.1 
  β”‚ β”‚ β”œβ”€β”€ over@0.0.5 
  β”‚ β”‚ └── slice-stream@1.0.0 
  β”‚ β”œβ”€β”¬ readable-stream@1.0.33 
  β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.1 
  β”‚ β”‚ β”œβ”€β”€ isarray@0.0.1 
  β”‚ β”‚ └── string_decoder@0.10.31 
  β”‚ └── setimmediate@1.0.2 
  └── wrench@1.5.8 

/usr/local/bin/trash -> /usr/local/lib/node_modules/trash/cli.js
/usr/local/lib
└─┬ trash@2.0.0 
  β”œβ”€β”¬ each-async@1.1.1 
  β”‚ β”œβ”€β”€ onetime@1.0.0 
  β”‚ └── set-immediate-shim@1.0.1 
  β”œβ”€β”¬ meow@3.4.2 
  β”‚ β”œβ”€β”¬ camelcase-keys@1.0.0 
  β”‚ β”‚ β”œβ”€β”€ camelcase@1.2.1 
  β”‚ β”‚ └── map-obj@1.0.1 
  β”‚ β”œβ”€β”€ loud-rejection@1.0.0 
  β”‚ β”œβ”€β”€ minimist@1.2.0 
  β”‚ β”œβ”€β”¬ normalize-package-data@2.3.4 
  β”‚ β”‚ β”œβ”€β”€ hosted-git-info@2.1.4 
  β”‚ β”‚ β”œβ”€β”¬ is-builtin-module@1.0.0 
  β”‚ β”‚ β”‚ └── builtin-modules@1.1.0 
  β”‚ β”‚ β”œβ”€β”€ semver@5.0.3 
  β”‚ β”‚ └─┬ validate-npm-package-license@3.0.1 
  β”‚ β”‚   β”œβ”€β”¬ spdx-correct@1.0.1 
  β”‚ β”‚   β”‚ └── spdx-license-ids@1.0.2 
  β”‚ β”‚   └─┬ spdx-expression-parse@1.0.0 
  β”‚ β”‚     └── spdx-exceptions@1.0.3 
  β”‚ β”œβ”€β”€ object-assign@4.0.1 
  β”‚ β”œβ”€β”¬ read-pkg-up@1.0.1 
  β”‚ β”‚ β”œβ”€β”¬ find-up@1.0.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ path-exists@2.0.0 
  β”‚ β”‚ β”‚ └─┬ pinkie-promise@1.0.0 
  β”‚ β”‚ β”‚   └── pinkie@1.0.0 
  β”‚ β”‚ └─┬ read-pkg@1.1.0 
  β”‚ β”‚   β”œβ”€β”¬ load-json-file@1.0.1 
  β”‚ β”‚   β”‚ β”œβ”€β”€ graceful-fs@4.1.2 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ parse-json@2.2.0 
  β”‚ β”‚   β”‚ β”‚ └── error-ex@1.2.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ pify@2.2.0 
  β”‚ β”‚   β”‚ └─┬ strip-bom@2.0.0 
  β”‚ β”‚   β”‚   └── is-utf8@0.2.0 
  β”‚ β”‚   └── path-type@1.0.0 
  β”‚ β”œβ”€β”¬ redent@1.0.0 
  β”‚ β”‚ β”œβ”€β”¬ indent-string@2.1.0 
  β”‚ β”‚ β”‚ └─┬ repeating@2.0.0 
  β”‚ β”‚ β”‚   └─┬ is-finite@1.0.1 
  β”‚ β”‚ β”‚     └── number-is-nan@1.0.0 
  β”‚ β”‚ └─┬ strip-indent@1.0.1 
  β”‚ β”‚   └── get-stdin@4.0.1 
  β”‚ └── trim-newlines@1.0.0 
  β”œβ”€β”¬ osx-trash@1.0.1 
  β”‚ β”œβ”€β”€ escape-string-applescript@1.0.0 
  β”‚ └── run-applescript@1.0.1 
  β”œβ”€β”€ path-exists@1.0.0 
  β”œβ”€β”¬ update-notifier@0.3.2 
  β”‚ β”œβ”€β”¬ chalk@1.1.1 
  β”‚ β”‚ β”œβ”€β”€ ansi-styles@2.1.0 
  β”‚ β”‚ β”œβ”€β”€ escape-string-regexp@1.0.3 
  β”‚ β”‚ β”œβ”€β”¬ has-ansi@2.0.0 
  β”‚ β”‚ β”‚ └── ansi-regex@2.0.0 
  β”‚ β”‚ β”œβ”€β”€ strip-ansi@3.0.0 
  β”‚ β”‚ └── supports-color@2.0.0 
  β”‚ β”œβ”€β”¬ configstore@0.3.2 
  β”‚ β”‚ β”œβ”€β”€ graceful-fs@3.0.8 
  β”‚ β”‚ β”œβ”€β”¬ js-yaml@3.4.3 
  β”‚ β”‚ β”‚ β”œβ”€β”¬ argparse@1.0.2 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ lodash@3.10.1 
  β”‚ β”‚ β”‚ β”‚ └── sprintf-js@1.0.3 
  β”‚ β”‚ β”‚ └── esprima@2.6.0 
  β”‚ β”‚ β”œβ”€β”¬ mkdirp@0.5.1 
  β”‚ β”‚ β”‚ └── minimist@0.0.8 
  β”‚ β”‚ β”œβ”€β”€ object-assign@2.1.1 
  β”‚ β”‚ β”œβ”€β”¬ osenv@0.1.3 
  β”‚ β”‚ β”‚ β”œβ”€β”€ os-homedir@1.0.1 
  β”‚ β”‚ β”‚ └── os-tmpdir@1.0.1 
  β”‚ β”‚ β”œβ”€β”€ user-home@1.1.1 
  β”‚ β”‚ └── xdg-basedir@1.0.1 
  β”‚ β”œβ”€β”€ is-npm@1.0.0 
  β”‚ β”œβ”€β”¬ latest-version@1.0.1 
  β”‚ β”‚ └─┬ package-json@1.2.0 
  β”‚ β”‚   β”œβ”€β”¬ got@3.3.1 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ duplexify@3.4.2 
  β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ end-of-stream@1.0.0 
  β”‚ β”‚   β”‚ β”‚ └─┬ readable-stream@2.0.2 
  β”‚ β”‚   β”‚ β”‚   β”œβ”€β”€ core-util-is@1.0.1 
  β”‚ β”‚   β”‚ β”‚   β”œβ”€β”€ isarray@0.0.1 
  β”‚ β”‚   β”‚ β”‚   β”œβ”€β”€ process-nextick-args@1.0.3 
  β”‚ β”‚   β”‚ β”‚   β”œβ”€β”€ string_decoder@0.10.31 
  β”‚ β”‚   β”‚ β”‚   └── util-deprecate@1.0.2 
  β”‚ β”‚   β”‚ β”œβ”€β”€ infinity-agent@2.0.3 
  β”‚ β”‚   β”‚ β”œβ”€β”€ is-redirect@1.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ is-stream@1.0.1 
  β”‚ β”‚   β”‚ β”œβ”€β”€ lowercase-keys@1.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ nested-error-stacks@1.0.1 
  β”‚ β”‚   β”‚ β”œβ”€β”€ object-assign@3.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ prepend-http@1.0.3 
  β”‚ β”‚   β”‚ β”œβ”€β”€ read-all-stream@3.0.1 
  β”‚ β”‚   β”‚ └── timed-out@2.0.0 
  β”‚ β”‚   └─┬ registry-url@3.0.3 
  β”‚ β”‚     └─┬ rc@1.1.2 
  β”‚ β”‚       β”œβ”€β”€ deep-extend@0.2.11 
  β”‚ β”‚       β”œβ”€β”€ ini@1.3.4 
  β”‚ β”‚       └── strip-json-comments@0.1.3 
  β”‚ β”œβ”€β”¬ semver-diff@2.0.0 
  β”‚ β”‚ └── semver@4.3.6 
  β”‚ └── string-length@1.0.1 
  β”œβ”€β”€ win-trash@1.0.1 
  └─┬ xdg-trash@1.1.0 
    β”œβ”€β”¬ fs-extra@0.18.4 
    β”‚ β”œβ”€β”€ graceful-fs@3.0.8 
    β”‚ β”œβ”€β”€ jsonfile@2.2.2 
    β”‚ └─┬ rimraf@2.4.3 
    β”‚   └─┬ glob@5.0.15 
    β”‚     β”œβ”€β”¬ inflight@1.0.4 
    β”‚     β”‚ └── wrappy@1.0.1 
    β”‚     β”œβ”€β”€ inherits@2.0.1 
    β”‚     β”œβ”€β”¬ minimatch@3.0.0 
    β”‚     β”‚ └─┬ brace-expansion@1.1.1 
    β”‚     β”‚   β”œβ”€β”€ balanced-match@0.2.0 
    β”‚     β”‚   └── concat-map@0.0.1 
    β”‚     β”œβ”€β”€ once@1.3.2 
    β”‚     └── path-is-absolute@1.0.0 
    β”œβ”€β”€ uuid@2.0.1 
    └─┬ xdg-trashdir@1.1.1 
      └─┬ mount-point@1.2.0 
        └── @sindresorhus/df@1.0.1 

==> Downloading https://homebrew.bintray.com/bottles/tree-1.7.0.el_capitan.bottle.1.tar.gz
==> Pouring tree-1.7.0.el_capitan.bottle.1.tar.gz
🍺  /usr/local/Cellar/tree/1.7.0: 7 files, 128K
==> Downloading https://homebrew.bintray.com/bottles/ssh-copy-id-6.8p1.el_capitan.bottle.tar.gz
==> Pouring ssh-copy-id-6.8p1.el_capitan.bottle.tar.gz
🍺  /usr/local/Cellar/ssh-copy-id/6.8p1: 7 files, 344K
❯ Generating an SSH key (you don't have any)...
/Users/macxim/dotfiles/components/ssh/setup:cd:7: no such file or directory: /Users/macxim/.ssh
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/macxim/.ssh/id_rsa): /Users/macxim/dotfiles/components/ssh/setup:9: no such file or directory: /Users/macxim/.ssh/id_rsa.pub
Generated SSH public key have been placed in your clipboard.
Press return to go open GitHub SSH settings to paste it over there.

❯ Installing Sublime Text (sublime-text3) into /Applications ...
==> Caveats
Cask sublime-text3 installs files under "/usr/local".  The presence of such
files can cause warnings when running "brew doctor", which is considered
to be a bug in homebrew-cask.

==> Downloading http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20Build%203083.dmg
######################################################################## 100.0%
==> Symlinking App 'Sublime Text.app' to '/Applications/Sublime Text.app'
==> Symlinking Binary 'subl' to '/usr/local/bin/subl'
🍺  sublime-text3 staged at '/opt/homebrew-cask/Caskroom/sublime-text3/Build 3083' (106 files, 26M)
❯ Installing Sublime Text 3 User Preferences ...
Cloning into '/Users/macxim/Library/Application Support/Sublime Text 3/Packages/User'...
remote: Counting objects: 30, done.
remote: Total 30 (delta 0), reused 0 (delta 0), pack-reused 30
Unpacking objects: 100% (30/30), done.
Checking connectivity... done.
❯ Installing Predawn Theme for Sublime Text 3 ...
Cloning into '/Users/macxim/Library/Application Support/Sublime Text 3/Packages/Predawn'...
remote: Counting objects: 1185, done.
remote: Total 1185 (delta 0), reused 0 (delta 0), pack-reused 1185
Receiving objects: 100% (1185/1185), 4.60 MiB | 921.00 KiB/s, done.
Resolving deltas: 100% (584/584), done.
Checking connectivity... done.
❯ Installing BitTorrent Sync (bittorrent-sync) into /Applications ...
==> Downloading https://download-cdn.getsync.com/stable/osx/BitTorrent-Sync.dmg
######################################################################## 100.0%
==> Symlinking App 'BitTorrent Sync.app' to '/Applications/BitTorrent Sync.app'
🍺  bittorrent-sync staged at '/opt/homebrew-cask/Caskroom/bittorrent-sync/latest' (213 files, 18M)
❯ Installing Dropbox (dropbox) into /Applications ...
==> Downloading https://www.dropbox.com/download?plat=mac&full=1
######################################################################## 100.0%
==> Symlinking App 'Dropbox.app' to '/Applications/Dropbox.app'
🍺  dropbox staged at '/opt/homebrew-cask/Caskroom/dropbox/latest' (567 files, 54M)
❯ Installing Google Chrome (google-chrome) into /Applications ...
==> Caveats
The Mac App Store version of 1Password won't work with a Homebrew-Cask-linked Google Chrome. To bypass this limitation, you need to either:

  + Move Google Chrome to your /Applications directory (the app itself, not a symlink).
  + Install 1Password from outside the Mac App Store (licenses should transfer automatically, but you should contact AgileBits about it).

==> Downloading https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
######################################################################## 100.0%
==> Symlinking App 'Google Chrome.app' to '/Applications/Google Chrome.app'
🍺  google-chrome staged at '/opt/homebrew-cask/Caskroom/google-chrome/latest' (216 files, 181M)
❯ Installing Firefox (firefox) into /Applications ...
==> Downloading https://ftp.mozilla.org/pub/firefox/releases/41.0.1/mac/en-US/Firefox%2041.0.1.dmg
######################################################################## 100.0%
==> Symlinking App 'Firefox.app' to '/Applications/Firefox.app'
🍺  firefox staged at '/opt/homebrew-cask/Caskroom/firefox/41.0.1' (107 files, 175M)
❯ Installing Opera (opera) into /Applications ...
==> Downloading http://get.geo.opera.com/pub/opera/desktop/32.0.1948.69/mac/Opera_32.0.1948.69_Setup.dmg
######################################################################## 100.0%
==> Symlinking App 'Opera.app' to '/Applications/Opera.app'
🍺  opera staged at '/opt/homebrew-cask/Caskroom/opera/32.0.1948.69' (365 files, 132M)
❯ Installing Utilities/Adobe Flash Player Install Manager (flash) into /Applications ...
==> Downloading https://fpdownload.macromedia.com/get/flashplayer/current/licensing/mac/install_flash_play
######################################################################## 100.0%
==> Running installer for flash; your password may be necessary.
==> Package installers may write to any location; options such as --appdir are ignored.
Password:
==> installer: Package name is Adobe Flash Player
==> installer: Installing at base path /
==> installer: The install was successful.
🍺  flash staged at '/opt/homebrew-cask/Caskroom/flash/19.0.0.185' (2 files, 16M)
❯ Installing /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin (google-hangouts) into /Applications ...
==> Downloading https://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.dmg
######################################################################## 100.0%
==> Running installer for google-hangouts; your password may be necessary.
==> Package installers may write to any location; options such as --appdir are ignored.
==> installer: Package name is Google Voice and Video
==> installer: Installing at base path /
==> installer: The install was successful.
🍺  google-hangouts staged at '/opt/homebrew-cask/Caskroom/google-hangouts/latest' (3 files, 8.9M)
❯ Installing Prefs Editor (prefs-editor) into /Applications ...
==> Downloading http://files.tempel.org/Various/OSX_Prefs_Editor/PrefsEditor.zip
######################################################################## 100.0%
==> Symlinking App 'Prefs Editor.app' to '/Applications/Prefs Editor.app'
🍺  prefs-editor staged at '/opt/homebrew-cask/Caskroom/prefs-editor/latest' (172 files, 8.4M)
❯ Installing AppCleaner (appcleaner) into /Applications ...
==> Downloading http://www.freemacsoft.net/downloads/AppCleaner_3.0.2.zip
######################################################################## 100.0%
==> Symlinking App 'AppCleaner.app' to '/Applications/AppCleaner.app'
🍺  appcleaner staged at '/opt/homebrew-cask/Caskroom/appcleaner/3.0.2' (182 files, 4.5M)
❯ Installing Day-O (day-o) into /Applications ...
==> Downloading http://shauninman.com/assets/downloads/Day-O.zip
######################################################################## 100.0%
==> Symlinking App 'Day-O.app' to '/Applications/Day-O.app'
🍺  day-o staged at '/opt/homebrew-cask/Caskroom/day-o/latest' (14 files, 648K)
❯ Installing nvALT (nvalt) into /Applications ...
==> Downloading http://abyss.designheresy.com/nvaltb/nvalt2.2b111.zip
######################################################################## 100.0%
==> Symlinking App 'nvALT.app' to '/Applications/nvALT.app'
🍺  nvalt staged at '/opt/homebrew-cask/Caskroom/nvalt/2.2b111' (359 files, 7.1M)
❯ Installing Flux (flux) into /Applications ...
==> Downloading https://justgetflux.com/mac/Flux36-4.zip
######################################################################## 100.0%
==> Symlinking App 'Flux.app' to '/Applications/Flux.app'
🍺  flux staged at '/opt/homebrew-cask/Caskroom/flux/36-4' (105 files, 2.7M)
Usage: open [-e] [-t] [-f] [-W] [-R] [-n] [-g] [-h] [-b <bundle identifier>] [-a <application>] [filenames] [--args arguments]
Help: Open opens files from a shell.
      By default, opens each file using the default application for that file.  
      If the file is in the form of a URL, the file will be opened as a URL.
Options: 
      -a                Opens with the specified application.
      -b                Opens with the specified application bundle identifier.
      -e                Opens with TextEdit.
      -t                Opens with default text editor.
      -f                Reads input from standard input and opens with TextEdit.
      -F  --fresh       Launches the app fresh, that is, without restoring windows. Saved persistent state is lost, excluding Untitled documents.
      -R, --reveal      Selects in the Finder instead of opening.
      -W, --wait-apps   Blocks until the used applications are closed (even if they were already running).
          --args        All remaining arguments are passed in argv to the application's main() function instead of opened.
      -n, --new         Open a new instance of the application even if one is already running.
      -j, --hide        Launches the app hidden.
      -g, --background  Does not bring the application to the foreground.
      -h, --header      Searches header file locations for headers matching the given filenames, and opens them.
❯ Installing Utilities/XQuartz (xquartz) into /Applications ...
==> Downloading https://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.7.dmg
######################################################################## 100.0%
==> Running installer for xquartz; your password may be necessary.
==> Package installers may write to any location; options such as --appdir are ignored.
==> installer: Package name is XQuartz 2.7.7
==> installer: Installing at base path /
==> installer: The install was successful.
🍺  xquartz staged at '/opt/homebrew-cask/Caskroom/xquartz/2.7.7' (64M)
❯ Installing LimeChat (limechat) into /Applications ...
==> Downloading http://downloads.sourceforge.net/project/limechat/limechat/LimeChat_2.42.tbz
######################################################################## 100.0%
==> Symlinking App 'LimeChat.app' to '/Applications/LimeChat.app'
🍺  limechat staged at '/opt/homebrew-cask/Caskroom/limechat/2.42' (62 files, 3.1M)
❯ Installing LimeChat theme ...
Cloning into '/Users/macxim/Library/Application Support/LimeChat/Themes/LimeChat-theme-Monokai-Soda'...
remote: Counting objects: 59, done.
remote: Total 59 (delta 0), reused 0 (delta 0), pack-reused 59
Unpacking objects: 100% (59/59), done.
Checking connectivity... done.
❯ Installing Skype (skype) into /Applications ...
==> Downloading https://www.skype.com/go/getskype-macosx.dmg
######################################################################## 100.0%
==> Symlinking App 'Skype.app' to '/Applications/Skype.app'
🍺  skype staged at '/opt/homebrew-cask/Caskroom/skype/latest' (4780 files, 104M)
❯ Installing Adium (adium) into /Applications ...
==> Downloading http://download.adium.im/Adium_1.5.10.dmg
######################################################################## 100.0%
==> Symlinking App 'Adium.app' to '/Applications/Adium.app'
🍺  adium staged at '/opt/homebrew-cask/Caskroom/adium/1.5.10' (2979 files, 72M)
❯ Installing /opt/homebrew-cask/Caskroom/slack/ (slack) into /Applications ...
==> Downloading https://rink.hockeyapp.net/api/2/apps/38e415752d573e7e78e06be8daf5acc1/app_versions/19?for
######################################################################## 100.0%
==> Symlinking App 'Slack.app' to '/Applications/Slack.app'
🍺  slack staged at '/opt/homebrew-cask/Caskroom/slack/1.1.4' (217 files, 25M)
❯ Installing VLC (vlc) into /Applications ...
==> Downloading https://get.videolan.org/vlc/2.2.1/macosx/vlc-2.2.1.dmg
######################################################################## 100.0%
==> Symlinking App 'VLC.app' to '/Applications/VLC.app'
🍺  vlc staged at '/opt/homebrew-cask/Caskroom/vlc/2.2.1' (1456 files, 109M)
❯ Installing MPlayerX (mplayerx) into /Applications ...
==> Downloading http://downloads.sourceforge.net/project/mplayerx-osx/MPlayerX-1.1.0-1854.zip
######################################################################## 100.0%
==> Symlinking App 'MPlayerX.app' to '/Applications/MPlayerX.app'
🍺  mplayerx staged at '/opt/homebrew-cask/Caskroom/mplayerx/1.1.0-1854' (489 files, 48M)
❯ Installing All2MP3 (all2mp3) into /Applications ...
==> Downloading http://www.tresrrr.com/Program/All2MP3.zip
######################################################################## 100.0%
Error: Uh oh, could not identify primary container for '/Library/Caches/Homebrew/all2mp3-latest.zip'
❯ Installing Vox (vox) into /Applications ...
==> Downloading https://dl.devmate.com/com.coppertino.Vox/Vox.dmg
######################################################################## 100.0%
==> Symlinking App 'VOX.app' to '/Applications/VOX.app'
🍺  vox staged at '/opt/homebrew-cask/Caskroom/vox/latest' (1231 files, 47M)
❯ Installing Subtitles (subtitles) into /Applications ...
==> Downloading http://subtitlesapp.com/download/Subtitles-mac-3.2.5.zip
######################################################################## 100.0%
==> Symlinking App 'Subtitles.app' to '/Applications/Subtitles.app'
🍺  subtitles staged at '/opt/homebrew-cask/Caskroom/subtitles/3.2.5' (506 files, 16M)
❯ Installing Jubler (jubler) into /Applications ...
==> Caveats
jubler requires Java 6+, you can install the latest Java using
  brew cask install java

==> Downloading http://downloads.sourceforge.net/sourceforge/jubler/Jubler-5.0.5.dmg
######################################################################## 100.0%
==> Symlinking App 'Jubler.app' to '/Applications/Jubler.app'
🍺  jubler staged at '/opt/homebrew-cask/Caskroom/jubler/5.0.5' (41 files, 13M)
❯ Installing ImageOptim (imageoptim) into /Applications ...
==> Downloading https://imageoptim.com/ImageOptim1.6.0.tar.bz2
######################################################################## 100.0%
==> Symlinking App 'ImageOptim.app' to '/Applications/ImageOptim.app'
🍺  imageoptim staged at '/opt/homebrew-cask/Caskroom/imageoptim/1.6.0' (339 files, 7.2M)
❯ Installing ImageAlpha (imagealpha) into /Applications ...
==> Downloading http://pngmini.com/ImageAlpha1.4.0.tar.bz2
######################################################################## 100.0%
==> Symlinking App 'ImageAlpha.app' to '/Applications/ImageAlpha.app'
🍺  imagealpha staged at '/opt/homebrew-cask/Caskroom/imagealpha/1.4.0' (123 files, 2.6M)
❯ Installing Mou (mou) into /Applications ...
==> Downloading http://25.io/mou/download/Mou.zip
######################################################################## 100.0%
==> Symlinking App 'Mou.app' to '/Applications/Mou.app'
🍺  mou staged at '/opt/homebrew-cask/Caskroom/mou/latest' (157 files, 7.5M)
❯ Installing The Unarchiver (the-unarchiver) into /Applications ...
==> Downloading http://unarchiver.c3.cx/downloads/TheUnarchiver3.10.1.dmg
######################################################################## 100.0%
==> Symlinking App 'The Unarchiver.app' to '/Applications/The Unarchiver.app'
🍺  the-unarchiver staged at '/opt/homebrew-cask/Caskroom/the-unarchiver/3.10.1' (388 files, 9.7M)
❯ Installing Keka (keka) into /Applications ...
==> Downloading http://www.kekaosx.com/release/Keka-1.0.4-intel.dmg
######################################################################## 100.0%
==> Symlinking App 'Keka.app' to '/Applications/Keka.app'
🍺  keka staged at '/opt/homebrew-cask/Caskroom/keka/1.0.4' (274 files, 25M)
❯ Installing NameChanger (namechanger) into /Applications ...
==> Downloading http://www.mrrsoftware.com/Downloads/NameChanger/Updates/NameChanger-3_0_0.zip
######################################################################## 100.0%
==> Symlinking App 'NameChanger.app' to '/Applications/NameChanger.app'
🍺  namechanger staged at '/opt/homebrew-cask/Caskroom/namechanger/3.0.0' (226 files, 5.2M)
❯ Installing GrandPerspective (grandperspective) into /Applications ...
==> Downloading http://downloads.sourceforge.net/project/grandperspectiv/grandperspective/1.5.1/GrandPersp
######################################################################## 100.0%
==> Symlinking App 'GrandPerspective.app' to '/Applications/GrandPerspective.app'
🍺  grandperspective staged at '/opt/homebrew-cask/Caskroom/grandperspective/1.5.1' (87 files, 1.8M)
❯ Installing YoruFukurou (yorufukurou) into /Applications ...
Error: No available Cask for yorufukurou
Error: nothing to install
❯ Installing Transmission (transmission) into /Applications ...
==> Downloading https://transmission.cachefly.net/Transmission-2.84.dmg
######################################################################## 100.0%
==> Symlinking App 'Transmission.app' to '/Applications/Transmission.app'
🍺  transmission staged at '/opt/homebrew-cask/Caskroom/transmission/2.84' (489 files, 12M)
❯ Installing Prey project tracker, we will need you Prey API_KEY
i Please login into your Prey account to get your API key & paste it (or just type enter to bypass the install):
❯ Installing/Updating Gems ...
Password:
Fetching: bundler-1.10.6.gem (100%)
Successfully installed bundler-1.10.6
Parsing documentation for bundler-1.10.6
Installing ri documentation for bundler-1.10.6
1 gem installed
Fetching: sass-3.4.19.gem (100%)
Successfully installed sass-3.4.19
Parsing documentation for sass-3.4.19
Installing ri documentation for sass-3.4.19
1 gem installed
❯ Updating Dock ...

βœ” We're done here\!

βœ” Setup is done \!

Maximes-MacBook-Air:~ macxim$ 

It seems that some refactoring has to be done...

Macxim commented 9 years ago
Last login: Mon Oct 12 22:32:50 on console
/Users/macxim/.zshrc:source:91: no such file or directory: /usr/local/Cellar/nvm/0.29.0/nvm.sh
Macxim commented 7 years ago

Outdated. Closing...