Skip to content

Commit

Permalink
Merge pull request #20 from cloudfoundry/capi-configs
Browse files Browse the repository at this point in the history
Alter scripts to enable ubuntu installs
  • Loading branch information
sethboyles authored Oct 20, 2020
2 parents 9f31b1a + 41444ef commit c9f0477
Show file tree
Hide file tree
Showing 28 changed files with 1,360 additions and 77 deletions.
3 changes: 0 additions & 3 deletions Brewfile-core
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ tap 'buildpacks/tap'

# Core utilities
brew 'git'
brew 'lastpass-cli'
brew 'wget'
brew 'coreutils'
brew 'direnv'

# Core services
brew 'docker', overwrite: true, link: true
brew 'mysql'
brew '[email protected]', restart_service: true, link: true

# Kubernetes binaries
brew 'kubernetes-cli'
Expand Down
391 changes: 391 additions & 0 deletions Brewfile-core.lock.json

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions Brewfile-extra
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@ tap 'businesscritical/tap'
tap 'derailed/k9s'
tap 'homebrew/cask-fonts'
tap 'neovim/neovim'
tap 'universal-ctags/universal-ctags'

brew 'ack'
brew 'adr-tools'
brew 'aria2'
brew 'autojump'
brew 'awscli'
brew 'bash'
brew 'bash-completion'
brew 'bat'
brew 'bbr'
brew 'cf-cli'
brew 'cf7-cli'
brew 'chruby'
brew 'cloudfoundry/tap/bbl'
brew 'cloudfoundry/tap/bosh-cli'
Expand All @@ -24,9 +20,7 @@ brew 'derailed/k9s/k9s'
brew 'dishy'
brew 'fasd'
brew 'fd'
brew 'git-author'
brew 'git-secrets'
brew 'git-together'
brew 'helm'
brew 'httpie'
brew 'ipcalc'
Expand All @@ -35,16 +29,14 @@ brew 'minikube'
brew 'neovim'
brew 'proxychains-ng'
brew 'pstree'
brew 'python-yq', link: true, overwrite: true
brew 'qt'
brew 'python-yq'
brew 'ripgrep'
brew 's3cmd'
brew 'ssh-copy-id'
brew 'tig'
brew 'tldr'
brew 'tmux'
brew 'tree'
brew 'universal-ctags/universal-ctags/universal-ctags', args: ['HEAD']
brew 'watch'

cask 'tuple'
Expand Down
Loading

0 comments on commit c9f0477

Please sign in to comment.