Skip to content

Instantly share code, notes, and snippets.

@laszlolm
Created July 11, 2016 10:15
Show Gist options
  • Save laszlolm/ba90e8150deabee7db17d5e4962f0c52 to your computer and use it in GitHub Desktop.
Save laszlolm/ba90e8150deabee7db17d5e4962f0c52 to your computer and use it in GitHub Desktop.
OS X Fresh install Console
Last login: Mon Jul 11 02:38:38 on console
macbook-air:~ laszlo$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
==> The following directories will be made group writable:
/usr/local/.
==> The following directories will have their owner set to laszlo:
/usr/local/.
==> The following directories will have their group set to admin:
/usr/local/.
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/.
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:
==> /usr/bin/sudo /usr/sbin/chown laszlo /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 laszlo /Library/Caches/Homebrew
==> Searching online for the Command Line Tools
==> /usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
==> Installing Command Line Tools (OS X 10.11) for Xcode-7.3
==> /usr/bin/sudo /usr/sbin/softwareupdate -i Command\ Line\ Tools\ (OS\ X\ 10.11)\ for\ Xcode-7.3
Software Update Tool
Copyright 2002-2015 Apple Inc.
Downloading Command Line Tools (OS X 10.11) for Xcode
Downloaded Command Line Tools (OS X 10.11) for Xcode
Installing Command Line Tools (OS X 10.11) for Xcode
Done with Command Line Tools (OS X 10.11) for Xcode
Done.
==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
==> Downloading and installing Homebrew...
remote: Counting objects: 509, done.
remote: Compressing objects: 100% (453/453), done.
remote: Total 509 (delta 29), reused 352 (delta 27), pack-reused 0
Receiving objects: 100% (509/509), 788.86 KiB | 1.20 MiB/s, done.
Resolving deltas: 100% (29/29), done.
From https://github.com/Homebrew/brew
* [new branch] master -> origin/master
HEAD is now at ac229f9 test_integration_cmds: compile in install test. (#479)
==> Tapping homebrew/core
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-core'...
remote: Counting objects: 3719, done.
remote: Compressing objects: 100% (3603/3603), done.
remote: Total 3719 (delta 14), reused 2090 (delta 6), pack-reused 0
Receiving objects: 100% (3719/3719), 2.89 MiB | 798.00 KiB/s, done.
Resolving deltas: 100% (14/14), done.
Checking connectivity... done.
Tapped 3596 formulae (3,745 files, 9.0M)
==> Installation successful!
==> Next steps
Run `brew help` to get started
Further documentation: https://git.io/brew-docs
==> Homebrew has enabled anonymous aggregate user behaviour analytics
Read the analytics documentation (and how to opt-out) here:
https://git.io/brew-analytics
macbook-air:~ laszlo$ brew install git
==> Downloading https://homebrew.bintray.com/bottles/git-2.9.0.el_capitan.bottle
######################################################################## 100.0%
==> Pouring git-2.9.0.el_capitan.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/git
==> Summary
🍺 /usr/local/Cellar/git/2.9.0: 1,424 files, 31.3M
macbook-air:~ laszlo$ brew install nodejs
==> Downloading https://homebrew.bintray.com/bottles/node-6.3.0.el_capitan.bottl
######################################################################## 100.0%
==> Pouring node-6.3.0.el_capitan.bottle.tar.gz
==> Caveats
Please note by default only English locale support is provided. If you need
full locale support you should either rebuild with full icu:
`brew reinstall node --with-full-icu`
or add full icu data at runtime following:
https://github.com/nodejs/node/wiki/Intl#using-and-customizing-the-small-icu-build
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Summary
🍺 /usr/local/Cellar/node/6.3.0: 3,829 files, 39.8M
macbook-air:~ laszlo$ defaults write com.apple.finder AppleShowAllFiles YES
macbook-air:~ laszlo$ killall Finder
macbook-air:~ laszlo$
macbook-air:~ laszlo$ # copied bash profile from USB
macbook-air:~ laszlo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment