Remove some of the defaults, make it a more sane and universal list.

This commit is contained in:
Jeff Geerling 2017-03-09 14:17:53 -06:00
parent 49db6ab805
commit 510338a881
2 changed files with 0 additions and 29 deletions

View file

@ -54,22 +54,17 @@ Applications (installed with Homebrew Cask):
- [Handbrake](https://handbrake.fr/) - [Handbrake](https://handbrake.fr/)
- [HipChat](https://www.hipchat.com/) - [HipChat](https://www.hipchat.com/)
- [Homebrew](http://brew.sh/) - [Homebrew](http://brew.sh/)
- [Java](https://java.com)
- [KDiff3](http://kdiff3.sourceforge.net/)
- [LICEcap](http://www.cockos.com/licecap/) - [LICEcap](http://www.cockos.com/licecap/)
- [LimeChat](http://limechat.net/mac/) - [LimeChat](http://limechat.net/mac/)
- [MacVim](http://macvim-dev.github.io/macvim/) - [MacVim](http://macvim-dev.github.io/macvim/)
- [Menu Meters](https://www.ragingmenace.com/software/menumeters/) (Note: Currently using [this fork](http://member.ipmu.jp/yuji.tachikawa/MenuMetersElCapitan/) for compatibility)
- [nvALT](http://brettterpstra.com/projects/nvalt/) - [nvALT](http://brettterpstra.com/projects/nvalt/)
- [Sequel Pro](https://www.sequelpro.com/) (MySQL client) - [Sequel Pro](https://www.sequelpro.com/) (MySQL client)
- [Skype](https://www.skype.com/en/)
- [Skitch](https://evernote.com/skitch/) - [Skitch](https://evernote.com/skitch/)
- [Slack](https://slack.com/) - [Slack](https://slack.com/)
- [Sublime Text](https://www.sublimetext.com/) - [Sublime Text](https://www.sublimetext.com/)
- [Transmit](https://panic.com/transmit/) (S/FTP client) - [Transmit](https://panic.com/transmit/) (S/FTP client)
- [Vagrant](https://www.vagrantup.com/) - [Vagrant](https://www.vagrantup.com/)
- [VirtualBox](https://www.virtualbox.org/wiki/Downloads) - [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
- [VLC](http://www.videolan.org/vlc/index.html)
Packages (installed with Homebrew): Packages (installed with Homebrew):
@ -84,25 +79,16 @@ Packages (installed with Homebrew):
- hub - hub
- httpie - httpie
- iperf - iperf
- libdvdcss
- libevent - libevent
- packer
- python
- sqlite - sqlite
- mcrypt - mcrypt
- mysql
- npm - npm
- nvm - nvm
- php70
- php70-mcrypt
- php70-xdebug
- ssh-copy-id - ssh-copy-id
- cowsay - cowsay
- readline - readline
- subversion
- openssl - openssl
- pv - pv
- drush
- wget - wget
- wrk - wrk

View file

@ -30,26 +30,17 @@ homebrew_installed_packages:
- hub - hub
- httpie - httpie
- iperf - iperf
- libdvdcss
- libevent - libevent
- packer
- python
- sqlite - sqlite
- mcrypt - mcrypt
- mysql
- nmap - nmap
- npm - npm
- nvm - nvm
- php70
- php70-mcrypt
- php70-xdebug
- ssh-copy-id - ssh-copy-id
- cowsay - cowsay
- readline - readline
- subversion
- openssl - openssl
- pv - pv
- drush
- wget - wget
- wrk - wrk
@ -70,23 +61,17 @@ homebrew_cask_apps:
- google-chrome - google-chrome
- handbrake - handbrake
- hipchat - hipchat
- java
- kdiff3
- licecap - licecap
- limechat - limechat
- macvim - macvim
# - menumeters
# - yujitach-menumeters # Forked version for 10.11+ support.
- nvalt - nvalt
- sequel-pro - sequel-pro
- skype
- skitch - skitch
- slack - slack
- sublime-text - sublime-text
- transmit - transmit
- vagrant - vagrant
- virtualbox - virtualbox
- vlc
# See `geerlingguy.mas` role documentation for usage instructions. # See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_app_ids: [] mas_installed_app_ids: []