Skip to content

Instantly share code, notes, and snippets.

@abacaphiliac
Last active October 11, 2017 17:12
Show Gist options
  • Select an option

  • Save abacaphiliac/f0888f0405f705e3d13d311462b7a6f4 to your computer and use it in GitHub Desktop.

Select an option

Save abacaphiliac/f0888f0405f705e3d13d311462b7a6f4 to your computer and use it in GitHub Desktop.

Revisions

  1. abacaphiliac revised this gist Oct 11, 2017. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -54,9 +54,9 @@ brew cask install spectacle
    brew cask install spotify
    brew cask install sourcetree
    brew cask install sublime-text2
    brew cask install vagrant # https://www.vagrantup.com/
    brew cask install vagrant-manager # http://vagrantmanager.com/
    brew cask install virtualbox # https://www.virtualbox.org/wiki/VirtualBox
    brew cask install vagrant
    brew cask install vagrant-manager
    brew cask install virtualbox

    # Backup and File Transfer Utilities
    # brew cask install android-file-transfer
  2. abacaphiliac revised this gist Oct 11, 2017. 1 changed file with 7 additions and 3 deletions.
    10 changes: 7 additions & 3 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -41,25 +41,29 @@ brew unlink php70
    brew install php56
    brew install php56-xdebug

    brew cask install android-file-transfer
    brew cask install amazon-drive
    brew cask install caffeine
    brew cask install flux
    brew cask install github-desktop
    brew cask install google-backup-and-sync
    brew cask install google-chrome
    brew cask install iterm2
    brew cask install jetbrains-toolbox
    brew cask install postman
    brew cask install sequel-pro
    brew cask install slack
    brew cask install spectacle
    brew cask install spotify
    brew cask install sourcetree
    brew cask install sublime-text2
    brew cask install vagrant # https://www.vagrantup.com/
    brew cask install vagrant-manager # http://vagrantmanager.com/
    brew cask install virtualbox # https://www.virtualbox.org/wiki/VirtualBox

    # Backup and File Transfer Utilities
    # brew cask install android-file-transfer
    # brew cask install amazon-drive
    # brew cask install filezilla
    # brew cask install google-backup-and-sync

    brew cleanup -s

    composer global require hirak/prestissimo
  3. abacaphiliac revised this gist Oct 3, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,7 @@ brew cask install java

    brew install awscli
    brew install bash-completion
    brew install bash-git-prompt
    brew install composer
    brew install docker-completion
    brew install git
  4. abacaphiliac revised this gist Sep 2, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -40,6 +40,7 @@ brew unlink php70
    brew install php56
    brew install php56-xdebug

    brew cask install android-file-transfer
    brew cask install amazon-drive
    brew cask install caffeine
    brew cask install flux
  5. abacaphiliac revised this gist Aug 29, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -16,6 +16,7 @@ brew install gradle
    brew install gradle-completion
    brew install maven
    brew install maven-completion
    brew install npm
    brew install terraform
    brew install vagrant-completion

  6. abacaphiliac revised this gist Aug 15, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -58,3 +58,5 @@ brew cask install vagrant-manager # http://vagrantmanager.com/
    brew cask install virtualbox # https://www.virtualbox.org/wiki/VirtualBox

    brew cleanup -s

    composer global require hirak/prestissimo
  7. abacaphiliac revised this gist Aug 13, 2017. 1 changed file with 20 additions and 8 deletions.
    28 changes: 20 additions & 8 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -16,17 +16,29 @@ brew install gradle
    brew install gradle-completion
    brew install maven
    brew install maven-completion
    brew install php56
    brew install php56-xdebug
    brew install php70
    brew install php70-xdebug
    brew install php71
    brew install php71-xdebug
    brew install php72
    brew install php72-xdebug
    brew install terraform
    brew install vagrant-completion

    brew unlink php72
    brew unlink php71
    brew unlink php70
    brew unlink php56

    brew install php72
    brew install php72-xdebug
    brew unlink php72

    brew install php71
    brew install php71-xdebug
    brew unlink php71

    brew install php70
    brew install php70-xdebug
    brew unlink php70

    brew install php56
    brew install php56-xdebug

    brew cask install amazon-drive
    brew cask install caffeine
    brew cask install flux
  8. abacaphiliac revised this gist Aug 13, 2017. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -16,6 +16,14 @@ brew install gradle
    brew install gradle-completion
    brew install maven
    brew install maven-completion
    brew install php56
    brew install php56-xdebug
    brew install php70
    brew install php70-xdebug
    brew install php71
    brew install php71-xdebug
    brew install php72
    brew install php72-xdebug
    brew install terraform
    brew install vagrant-completion

  9. abacaphiliac revised this gist Aug 13, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion brew.sh
    Original file line number Diff line number Diff line change
    @@ -21,10 +21,11 @@ brew install vagrant-completion

    brew cask install amazon-drive
    brew cask install caffeine
    brew cask install flux
    brew cask install github-desktop
    brew cask install google-backup-and-sync
    brew cask install google-chrome
    brew cask install flux
    brew cask install iterm2
    brew cask install jetbrains-toolbox
    brew cask install postman
    brew cask install sequel-pro
  10. abacaphiliac revised this gist Aug 13, 2017. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    #!/usr/bin/env bash

    brew update

    brew tap caskroom/cask
    brew tap homebrew/homebrew-php

    @@ -33,3 +35,5 @@ brew cask install sublime-text2
    brew cask install vagrant # https://www.vagrantup.com/
    brew cask install vagrant-manager # http://vagrantmanager.com/
    brew cask install virtualbox # https://www.virtualbox.org/wiki/VirtualBox

    brew cleanup -s
  11. abacaphiliac revised this gist Aug 13, 2017. 1 changed file with 25 additions and 21 deletions.
    46 changes: 25 additions & 21 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -3,29 +3,33 @@
    brew tap caskroom/cask
    brew tap homebrew/homebrew-php

    brew cask install java # https://java.com/en/download/
    brew cask install java

    brew install awscli # https://aws.amazon.com/cli/
    brew install bash-completion # https://github.com/scop/bash-completion
    brew install composer # https://getcomposer.org/
    brew install docker-completion # https://docs.docker.com/compose/completion/
    brew install maven # https://maven.apache.org/
    brew install maven-completion # https://maven.apache.org/guides/mini/guide-bash-m2-completion.html
    brew install gradle # https://gradle.org/
    brew install gradle-completion # https://github.com/gradle/gradle-completion
    brew install terraform # https://www.terraform.io/
    brew install vagrant-completion # https://github.com/mitchellh/vagrant/tree/master/contrib
    brew install awscli
    brew install bash-completion
    brew install composer
    brew install docker-completion
    brew install git
    brew install gradle
    brew install gradle-completion
    brew install maven
    brew install maven-completion
    brew install terraform
    brew install vagrant-completion

    brew cask install caffeine # https://www.macupdate.com/app/mac/24120/caffeine
    brew cask install google-chrome # https://www.google.com/chrome/browser/desktop/index.html
    brew cask install flux # https://justgetflux.com/
    brew cask install jetbrains-toolbox # https://www.jetbrains.com/toolbox/
    brew cask install postman # https://www.getpostman.com/
    brew cask install sequel-pro # https://www.sequelpro.com/
    brew cask install slack # https://slack.com/
    brew cask install spectacle # https://www.spectacleapp.com/
    brew cask install sourcetree # https://www.sourcetreeapp.com/
    brew cask install sublime-text2 # https://www.sublimetext.com/
    brew cask install amazon-drive
    brew cask install caffeine
    brew cask install github-desktop
    brew cask install google-backup-and-sync
    brew cask install google-chrome
    brew cask install flux
    brew cask install jetbrains-toolbox
    brew cask install postman
    brew cask install sequel-pro
    brew cask install slack
    brew cask install spectacle
    brew cask install sourcetree
    brew cask install sublime-text2
    brew cask install vagrant # https://www.vagrantup.com/
    brew cask install vagrant-manager # http://vagrantmanager.com/
    brew cask install virtualbox # https://www.virtualbox.org/wiki/VirtualBox
  12. abacaphiliac revised this gist Aug 13, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -27,5 +27,5 @@ brew cask install spectacle # https://www.spectacleapp.com/
    brew cask install sourcetree # https://www.sourcetreeapp.com/
    brew cask install sublime-text2 # https://www.sublimetext.com/
    brew cask install vagrant # https://www.vagrantup.com/
    brew cask install vagrant-manager # http://vagrantmanager.com/
    brew cask install virtualbox # https://www.virtualbox.org/wiki/VirtualBox
    brew cask install vagrant-manager # http://vagrantmanager.com/
    brew cask install virtualbox # https://www.virtualbox.org/wiki/VirtualBox
  13. abacaphiliac revised this gist Aug 13, 2017. 1 changed file with 27 additions and 26 deletions.
    53 changes: 27 additions & 26 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -1,30 +1,31 @@
    #!/usr/bin/env bash

    brew install awscli # https://aws.amazon.com/cli/
    brew install bash-completion # https://github.com/scop/bash-completion
    brew install composer # https://getcomposer.org/
    brew install docker-completion # https://docs.docker.com/compose/completion/
    brew install java # https://java.com/en/download/
    brew install maven # https://maven.apache.org/
    brew install maven-completion # https://maven.apache.org/guides/mini/guide-bash-m2-completion.html
    brew install gradle # https://gradle.org/
    brew install gradle-completion # https://github.com/gradle/gradle-completion
    brew install terraform # https://www.terraform.io/
    brew install vagrant-completion # https://github.com/mitchellh/vagrant/tree/master/contrib

    brew tap homebrew/homebrew-php
    brew tap caskroom/cask
    brew tap homebrew/homebrew-php

    brew cask install java # https://java.com/en/download/

    brew install awscli # https://aws.amazon.com/cli/
    brew install bash-completion # https://github.com/scop/bash-completion
    brew install composer # https://getcomposer.org/
    brew install docker-completion # https://docs.docker.com/compose/completion/
    brew install maven # https://maven.apache.org/
    brew install maven-completion # https://maven.apache.org/guides/mini/guide-bash-m2-completion.html
    brew install gradle # https://gradle.org/
    brew install gradle-completion # https://github.com/gradle/gradle-completion
    brew install terraform # https://www.terraform.io/
    brew install vagrant-completion # https://github.com/mitchellh/vagrant/tree/master/contrib

    brew install caskroom/cask/caffeine # https://www.macupdate.com/app/mac/24120/caffeine
    brew install caskroom/cask/google-chrome # https://www.google.com/chrome/browser/desktop/index.html
    brew install caskroom/cask/flux # https://justgetflux.com/
    brew install caskroom/cask/jetbrains-toolbox # https://www.jetbrains.com/toolbox/
    brew install caskroom/cask/postman # https://www.getpostman.com/
    brew install caskroom/cask/sequel-pro # https://www.sequelpro.com/
    brew install caskroom/cask/slack # https://slack.com/
    brew install caskroom/cask/spectacle # https://www.spectacleapp.com/
    brew install caskroom/cask/sourcetree # https://www.sourcetreeapp.com/
    brew install caskroom/versions/sublime-text2 # https://www.sublimetext.com/
    brew install caskroom/cask/vagrant # https://www.vagrantup.com/
    brew install caskroom/cask/vagrant-manager # http://vagrantmanager.com/
    brew install caskroom/cask/virtualbox # https://www.virtualbox.org/wiki/VirtualBox
    brew cask install caffeine # https://www.macupdate.com/app/mac/24120/caffeine
    brew cask install google-chrome # https://www.google.com/chrome/browser/desktop/index.html
    brew cask install flux # https://justgetflux.com/
    brew cask install jetbrains-toolbox # https://www.jetbrains.com/toolbox/
    brew cask install postman # https://www.getpostman.com/
    brew cask install sequel-pro # https://www.sequelpro.com/
    brew cask install slack # https://slack.com/
    brew cask install spectacle # https://www.spectacleapp.com/
    brew cask install sourcetree # https://www.sourcetreeapp.com/
    brew cask install sublime-text2 # https://www.sublimetext.com/
    brew cask install vagrant # https://www.vagrantup.com/
    brew cask install vagrant-manager # http://vagrantmanager.com/
    brew cask install virtualbox # https://www.virtualbox.org/wiki/VirtualBox
  14. abacaphiliac revised this gist Aug 13, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,7 @@ brew install awscli # https://aws.amazon.com/cli/
    brew install bash-completion # https://github.com/scop/bash-completion
    brew install composer # https://getcomposer.org/
    brew install docker-completion # https://docs.docker.com/compose/completion/
    brew install java # https://java.com/en/download/
    brew install maven # https://maven.apache.org/
    brew install maven-completion # https://maven.apache.org/guides/mini/guide-bash-m2-completion.html
    brew install gradle # https://gradle.org/
  15. abacaphiliac created this gist Aug 13, 2017.
    29 changes: 29 additions & 0 deletions brew.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    #!/usr/bin/env bash

    brew install awscli # https://aws.amazon.com/cli/
    brew install bash-completion # https://github.com/scop/bash-completion
    brew install composer # https://getcomposer.org/
    brew install docker-completion # https://docs.docker.com/compose/completion/
    brew install maven # https://maven.apache.org/
    brew install maven-completion # https://maven.apache.org/guides/mini/guide-bash-m2-completion.html
    brew install gradle # https://gradle.org/
    brew install gradle-completion # https://github.com/gradle/gradle-completion
    brew install terraform # https://www.terraform.io/
    brew install vagrant-completion # https://github.com/mitchellh/vagrant/tree/master/contrib

    brew tap homebrew/homebrew-php
    brew tap caskroom/cask

    brew install caskroom/cask/caffeine # https://www.macupdate.com/app/mac/24120/caffeine
    brew install caskroom/cask/google-chrome # https://www.google.com/chrome/browser/desktop/index.html
    brew install caskroom/cask/flux # https://justgetflux.com/
    brew install caskroom/cask/jetbrains-toolbox # https://www.jetbrains.com/toolbox/
    brew install caskroom/cask/postman # https://www.getpostman.com/
    brew install caskroom/cask/sequel-pro # https://www.sequelpro.com/
    brew install caskroom/cask/slack # https://slack.com/
    brew install caskroom/cask/spectacle # https://www.spectacleapp.com/
    brew install caskroom/cask/sourcetree # https://www.sourcetreeapp.com/
    brew install caskroom/versions/sublime-text2 # https://www.sublimetext.com/
    brew install caskroom/cask/vagrant # https://www.vagrantup.com/
    brew install caskroom/cask/vagrant-manager # http://vagrantmanager.com/
    brew install caskroom/cask/virtualbox # https://www.virtualbox.org/wiki/VirtualBox