Falkor / dotfiles

Personal configuration files for bash, zsh, git, vim, screen etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing the "Bundle"

KarlDSchubertUoA opened this issue · comments

So, below, it did not run because I had not gone to the App Store and downloaded Xcode from there (though I already had the command line ones installed, apparently).

After that, and restarting the shell, I issued it again and (good news):

 Homebrew Bundle complete! 34 Brewfile dependencies now installed.

\\\\\\\\\\

I re-ran the commands and got this far:

Installing sublime-text
Installing Xcode app. It is not currently installed.
No downloads
Error: No downloads began
Installing Xcode has failed!
Installing font-source-code-pro-for-powerline cask. It is not currently installed.
==> Cloning https://github.com/powerline/fonts/trunk/SourceCodePro
Warning: No checksum defined for cask 'font-source-code-pro-for-powerline', skipping verification.
==> Installing Cask font-source-code-pro-for-powerline
==> Moving Font 'Source Code Pro for Powerline.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro for Powerline.otf'
==> Moving Font 'Source Code Pro Bold for Powerline.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Bold for Powerline.otf'
==> Moving Font 'Source Code Pro ExtraLight for Powerline.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro ExtraLight for Powerline.otf'
==> Moving Font 'Source Code Pro Light for Powerline.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Light for Powerline.otf'
==> Moving Font 'Source Code Pro Medium for Powerline.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Medium for Powerline.otf'
==> Moving Font 'Source Code Pro Powerline BlackItalic.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Powerline BlackItalic.otf'
==> Moving Font 'Source Code Pro Powerline BoldItalic.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Powerline BoldItalic.otf'
==> Moving Font 'Source Code Pro Powerline ExtraLightItalic.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Powerline ExtraLightItalic.otf'
==> Moving Font 'Source Code Pro Powerline Italic.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Powerline Italic.otf'
==> Moving Font 'Source Code Pro Powerline LightItalic.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Powerline LightItalic.otf'
==> Moving Font 'Source Code Pro Powerline MediumItalic.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Powerline MediumItalic.otf'
==> Moving Font 'Source Code Pro Powerline SemiboldItalic.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Powerline SemiboldItalic.otf'
==> Moving Font 'Source Code Pro Semibold for Powerline.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Semibold for Powerline.otf'
==> Moving Font 'Source Code Pro Black for Powerline.otf' to '/Users/karldschubert/Library/Fonts/Source Code Pro Black for Powerline.otf'
🍺 font-source-code-pro-for-powerline was successfully installed!
Installing font-source-code-pro-for-powerline
Using font-hack-nerd-font
Homebrew Bundle failed! 1 Brewfile dependency failed to install.

/users/xyz/.oh-my-zsh/themes master* 11m 23s

I looked back and this appears to be the problem:

image

I re-ran and got to here:

❯ brew bundle --file=/tmp/Brewfile -v
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> Updated Formulae
Updated 8 formulae.
==> Updated Casks
Updated 2 casks.

Skipping install of buo/cask-upgrade tap. It is already installed.
Using buo/cask-upgrade
Skipping install of d12frosted/emacs-plus tap. It is already installed.
Using d12frosted/emacs-plus
Skipping install of homebrew/bundle tap. It is already installed.
Using homebrew/bundle
Skipping install of homebrew/cask tap. It is already installed.
Using homebrew/cask
Skipping install of homebrew/cask-fonts tap. It is already installed.
Using homebrew/cask-fonts
Skipping install of homebrew/cask-versions tap. It is already installed.
Using homebrew/cask-versions
Skipping install of homebrew/core tap. It is already installed.
Using homebrew/core
Skipping install of homebrew/services tap. It is already installed.
Using homebrew/services
Skipping install of romkatv/powerlevel10k tap. It is already installed.
Using romkatv/powerlevel10k
Skipping install of readline formula. It is already up-to-date.
Using readline
Skipping install of bash formula. It is already up-to-date.
Using bash
Skipping install of bash-completion formula. It is already up-to-date.
Using bash-completion
Skipping install of coreutils formula. It is already up-to-date.
Using coreutils
Skipping install of curl formula. It is already up-to-date.
Using curl
Skipping install of git formula. It is already up-to-date.
Using git
Skipping install of git-extras formula. It is already up-to-date.
Using git-extras
Skipping install of git-flow-avh formula. It is already up-to-date.
Using git-flow-avh
Skipping install of mas formula. It is already up-to-date.
Using mas
Skipping install of powerlevel10k formula. It is already up-to-date.
Using romkatv/powerlevel10k/powerlevel10k
Skipping install of subversion formula. It is already up-to-date.
Using subversion
Skipping install of terminal-notifier formula. It is already up-to-date.
Using terminal-notifier
Skipping install of tig formula. It is already up-to-date.
Using tig
Skipping install of vim formula. It is already up-to-date.
Using vim
Skipping install of wget formula. It is already up-to-date.
Using wget
Skipping install of bash-completion formula. It is already up-to-date.
Using bash-completion
Skipping install of brew-cask-completion formula. It is already up-to-date.
Using brew-cask-completion
Skipping install of zsh-completions formula. It is already up-to-date.
Using zsh-completions
Using atom
Skipping install of emacs-plus@27 formula. It is already up-to-date.
Using d12frosted/emacs-plus/emacs-plus@27
Using iterm2
Using sublime-text
Installing Xcode app. It is not currently installed.
^C

/users/xyz/.oh-my-zsh/themes master* 1m 37s

Thank you, again, for your help!