mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
Remove some of the defaults, make it a more sane and universal list.
This commit is contained in:
parent
49db6ab805
commit
510338a881
2 changed files with 0 additions and 29 deletions
14
README.md
14
README.md
|
@ -54,22 +54,17 @@ Applications (installed with Homebrew Cask):
|
|||
- [Handbrake](https://handbrake.fr/)
|
||||
- [HipChat](https://www.hipchat.com/)
|
||||
- [Homebrew](http://brew.sh/)
|
||||
- [Java](https://java.com)
|
||||
- [KDiff3](http://kdiff3.sourceforge.net/)
|
||||
- [LICEcap](http://www.cockos.com/licecap/)
|
||||
- [LimeChat](http://limechat.net/mac/)
|
||||
- [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/)
|
||||
- [Sequel Pro](https://www.sequelpro.com/) (MySQL client)
|
||||
- [Skype](https://www.skype.com/en/)
|
||||
- [Skitch](https://evernote.com/skitch/)
|
||||
- [Slack](https://slack.com/)
|
||||
- [Sublime Text](https://www.sublimetext.com/)
|
||||
- [Transmit](https://panic.com/transmit/) (S/FTP client)
|
||||
- [Vagrant](https://www.vagrantup.com/)
|
||||
- [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
|
||||
- [VLC](http://www.videolan.org/vlc/index.html)
|
||||
|
||||
Packages (installed with Homebrew):
|
||||
|
||||
|
@ -84,25 +79,16 @@ Packages (installed with Homebrew):
|
|||
- hub
|
||||
- httpie
|
||||
- iperf
|
||||
- libdvdcss
|
||||
- libevent
|
||||
- packer
|
||||
- python
|
||||
- sqlite
|
||||
- mcrypt
|
||||
- mysql
|
||||
- npm
|
||||
- nvm
|
||||
- php70
|
||||
- php70-mcrypt
|
||||
- php70-xdebug
|
||||
- ssh-copy-id
|
||||
- cowsay
|
||||
- readline
|
||||
- subversion
|
||||
- openssl
|
||||
- pv
|
||||
- drush
|
||||
- wget
|
||||
- wrk
|
||||
|
||||
|
|
|
@ -30,26 +30,17 @@ homebrew_installed_packages:
|
|||
- hub
|
||||
- httpie
|
||||
- iperf
|
||||
- libdvdcss
|
||||
- libevent
|
||||
- packer
|
||||
- python
|
||||
- sqlite
|
||||
- mcrypt
|
||||
- mysql
|
||||
- nmap
|
||||
- npm
|
||||
- nvm
|
||||
- php70
|
||||
- php70-mcrypt
|
||||
- php70-xdebug
|
||||
- ssh-copy-id
|
||||
- cowsay
|
||||
- readline
|
||||
- subversion
|
||||
- openssl
|
||||
- pv
|
||||
- drush
|
||||
- wget
|
||||
- wrk
|
||||
|
||||
|
@ -70,23 +61,17 @@ homebrew_cask_apps:
|
|||
- google-chrome
|
||||
- handbrake
|
||||
- hipchat
|
||||
- java
|
||||
- kdiff3
|
||||
- licecap
|
||||
- limechat
|
||||
- macvim
|
||||
# - menumeters
|
||||
# - yujitach-menumeters # Forked version for 10.11+ support.
|
||||
- nvalt
|
||||
- sequel-pro
|
||||
- skype
|
||||
- skitch
|
||||
- slack
|
||||
- sublime-text
|
||||
- transmit
|
||||
- vagrant
|
||||
- virtualbox
|
||||
- vlc
|
||||
|
||||
# See `geerlingguy.mas` role documentation for usage instructions.
|
||||
mas_installed_app_ids: []
|
||||
|
|
Loading…
Reference in a new issue