Git Product home page Git Product logo

homebrew-brewfile's Introduction

homebrew-brewfile

=================== Repository for personal brewfile

This is cloned to ~/.homebrew-brewfile Strap symlinks ~/.homebrew-brewfile/Brewfile to ~/.Brewfile

homebrew-brewfile's People

Contributors

kirasglimmer avatar

Watchers

 avatar

homebrew-brewfile's Issues

PPM setup fails

~/src: bash ~/Downloads/strap.sh --debug

  • STDIN_FILE_DESCRIPTOR=0
  • '[' -t 0 ']'
  • STRAP_INTERACTIVE=1
  • STRAP_GIT_NAME='Ramun McCallum'
  • STRAP_GIT_EMAIL=[email protected]
  • STRAP_GITHUB_USER=dachew
  • STRAP_GITHUB_TOKEN=dcfe3a29d8f907e530bca4a46d93a18e47cdf38a
  • STRAP_CONTACT_PHONE=206-239-7424
  • STRAP_ISSUES_URL=https://github.com/daptiv/strap/issues/new
    +++ dirname /Users/rmccallum/Downloads/strap.sh
    ++ cd /Users/rmccallum/Downloads
    ++ pwd
    ++ basename /Users/rmccallum/Downloads/strap.sh
  • STRAP_FULL_PATH=/Users/rmccallum/Downloads/strap.sh
  • sw_vers -productVersion
  • grep -E '^10.(9|10|11|12|13)'
    10.12.6
  • '[' rmccallum = root ']'
  • groups
  • grep admin
    staff com.apple.sharepoint.group.1 everyone localaccounts _appserverusr admin _appserveradm _lpadmin _appstore _lpoperator _developer com.apple.access_ftp com.apple.access_screensharing com.apple.access_ssh
  • log 'Enter your password (for sudo access):'
  • STRAP_STEP='Enter your password (for sudo access):'
  • echo '--> Enter your password (for sudo access):'
    --> Enter your password (for sudo access):
  • sudo -k
  • sudo /usr/bin/true
    Password:
  • '[' -f /Users/rmccallum/Downloads/strap.sh ']'
  • STRAP_SUDO_WAIT_PID=58191
  • ps -p 58191
  • sudo bash /Users/rmccallum/Downloads/strap.sh --sudo-wait
  • logk
  • STRAP_STEP=
  • echo OK
    OK
  • groups
  • grep staff
    staff com.apple.sharepoint.group.1 everyone localaccounts _appserverusr admin _appserveradm _lpadmin _appstore _lpoperator _developer com.apple.access_ftp com.apple.access_screensharing com.apple.access_ssh
  • logn 'Configuring security settings:'
  • STRAP_STEP='Configuring security settings:'
  • printf -- '--> %s ' 'Configuring security settings:'
    --> Configuring security settings: + defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaEnabled -bool false
  • defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaEnabledForLocalFiles -bool false
  • defaults write com.apple.screensaver askForPassword -int 1
  • defaults write com.apple.screensaver askForPasswordDelay -int 0
  • sudo defaults write /Library/Preferences/com.apple.alf globalstate -int 1
  • sudo launchctl load /System/Library/LaunchDaemons/com.apple.alf.agent.plist
  • '[' -n 206-239-7424 ']'
  • sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText 'Found this computer? Please call 206-239-7424.'
  • logk
  • STRAP_STEP=
  • echo OK
    OK
  • logn 'Checking full-disk encryption status:'
  • STRAP_STEP='Checking full-disk encryption status:'
  • printf -- '--> %s ' 'Checking full-disk encryption status:'
    --> Checking full-disk encryption status: + fdesetup status
  • grep -E 'FileVault is (On|Off, but will be enabled after the next restart).'
    FileVault is On.
  • logk
  • STRAP_STEP=
  • echo OK
    OK
    ++ xcode-select -print-path
  • DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
  • '[' -z /Applications/Xcode.app/Contents/Developer ']'
  • '[' -f /Applications/Xcode.app/Contents/Developer/usr/bin/git ']'
  • '[' -f /usr/include/iconv.h ']'
  • xcode_license
  • /usr/bin/xcrun clang
  • grep license
  • logn 'Configuring Git:'
  • STRAP_STEP='Configuring Git:'
  • printf -- '--> %s ' 'Configuring Git:'
    --> Configuring Git: + '[' -n 'Ramun McCallum' ']'
  • git config user.name
  • '[' -n [email protected] ']'
  • git config user.email
  • '[' -n dachew ']'
    ++ git config github.user
  • '[' dachew '!=' dachew ']'
  • git config push.default
  • git credential-osxkeychain
  • grep git.credential-osxkeychain
    usage: git credential-osxkeychain <get|store|erase>
    ++ git config --global credential.helper
  • '[' osxkeychain '!=' osxkeychain ']'
  • '[' -n dachew ']'
  • '[' -n dcfe3a29d8f907e530bca4a46d93a18e47cdf38a ']'
  • printf 'protocol=https\nhost=github.com\n'
  • git credential-osxkeychain erase
  • printf 'protocol=https\nhost=github.com\nusername=%s\npassword=%s\n' dachew dcfe3a29d8f907e530bca4a46d93a18e47cdf38a
  • git credential-osxkeychain store
  • logk
  • STRAP_STEP=
  • echo OK
    OK
  • logn 'Installing Homebrew:'
  • STRAP_STEP='Installing Homebrew:'
  • printf -- '--> %s ' 'Installing Homebrew:'
    --> Installing Homebrew: ++ brew --prefix
  • HOMEBREW_PREFIX=/usr/local
  • '[' -n /usr/local ']'
  • '[' -d /usr/local ']'
  • sudo chown root:wheel /usr/local
    ++ brew --repository
  • HOMEBREW_REPOSITORY=/usr/local/Homebrew
  • '[' -n /usr/local/Homebrew ']'
  • '[' -d /usr/local/Homebrew ']'
  • logk
  • STRAP_STEP=
  • echo OK
    OK
  • export PATH=/usr/local/bin:/Users/rmccallum/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/rmccallum/bin
  • PATH=/usr/local/bin:/Users/rmccallum/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/rmccallum/bin
  • log 'Updating Homebrew:'
  • STRAP_STEP='Updating Homebrew:'
  • echo '--> Updating Homebrew:'
    --> Updating Homebrew:
  • brew update
    Updated 2 taps (caskroom/cask, homebrew/core).
    ==> Updated Formulae
    kibana
  • logk
  • STRAP_STEP=
  • echo OK
    OK
  • log 'Installing Homebrew taps and extensions:'
  • STRAP_STEP='Installing Homebrew taps and extensions:'
  • echo '--> Installing Homebrew taps and extensions:'
    --> Installing Homebrew taps and extensions:
  • brew bundle --file=-
    Using caskroom/cask
    Using homebrew/core
    Using homebrew/services
    Homebrew Bundle complete! 3 Brewfile dependencies now installed.
  • logk
  • STRAP_STEP=
  • echo OK
    OK
  • logn 'Checking for software updates:'
  • STRAP_STEP='Checking for software updates:'
  • printf -- '--> %s ' 'Checking for software updates:'
    --> Checking for software updates: + softwareupdate -l
  • grep 'No new software available.'
    No new software available.
  • logk
  • STRAP_STEP=
  • echo OK
    OK
  • DOTFILES_URL=https://github.com/daptiv/dotfiles
  • DOTFILES_DIR=/Users/rmccallum/.daptiv-dotfiles
  • git ls-remote https://github.com/daptiv/dotfiles
  • log 'Fetching daptiv/dotfiles from GitHub:'
  • STRAP_STEP='Fetching daptiv/dotfiles from GitHub:'
  • echo '--> Fetching daptiv/dotfiles from GitHub:'
    --> Fetching daptiv/dotfiles from GitHub:
  • '[' '!' -d /Users/rmccallum/.daptiv-dotfiles ']'
  • cd /Users/rmccallum/.daptiv-dotfiles
  • git pull --rebase --autostash
    Current branch master is up to date.
  • cd /Users/rmccallum/.daptiv-dotfiles
  • for i in script/setup script/bootstrap
  • '[' -f script/setup ']'
  • '[' -x script/setup ']'
  • log 'Running dotfiles script/setup:'
  • STRAP_STEP='Running dotfiles script/setup:'
  • echo '--> Running dotfiles script/setup:'
    --> Running dotfiles script/setup:
  • script/setup
    /Users/rmccallum/.bash_profile -> /Users/rmccallum/.daptiv-dotfiles/.bash_profile
    /Users/rmccallum/.bashrc -> /Users/rmccallum/.daptiv-dotfiles/.bashrc
    /Users/rmccallum/.npmrc -> /Users/rmccallum/.daptiv-dotfiles/.npmrc
    /Users/rmccallum/.Daptiv.Brewfile -> /Users/rmccallum/.daptiv-dotfiles/.Daptiv.Brewfile
  • break
  • logk
  • STRAP_STEP=
  • echo OK
    OK
  • DAPTIV_BREWFILE=/Users/rmccallum/.Daptiv.Brewfile
  • '[' -f /Users/rmccallum/.Daptiv.Brewfile ']'
  • log 'Installing from Daptiv Brewfile:'
  • STRAP_STEP='Installing from Daptiv Brewfile:'
  • echo '--> Installing from Daptiv Brewfile:'
    --> Installing from Daptiv Brewfile:
  • brew bundle check --file=/Users/rmccallum/.Daptiv.Brewfile
    The Brewfile's dependencies are satisfied.
  • logk
  • STRAP_STEP=
  • echo OK
    OK
  • DAPTIV_DOTFILES=/Users/rmccallum/.daptiv-dotfiles
  • '[' -f /Users/rmccallum/.daptiv-dotfiles/script/postbrew ']'
  • '[' -x /Users/rmccallum/.daptiv-dotfiles/script/postbrew ']'
  • /Users/rmccallum/.daptiv-dotfiles/script/postbrew
    installing hostess command line tool...
    setup ppm project...
  • cleanup
  • set +e
  • '[' -n 58191 ']'
  • sudo kill 58191
  • sudo -k
  • rm -f ''
  • '[' -z '' ']'
  • '[' -n '' ']'
  • echo '!!! FAILED'
    !!! FAILED
  • '[' -z 1 ']'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.