Issue #16: Remove fing, update some other ordering.
This commit is contained in:
parent
0cba05a22e
commit
debd6ce88d
51
README.md
51
README.md
@ -24,29 +24,30 @@ This is a work in progress, and is mostly a means for me to document my current
|
|||||||
|
|
||||||
Applications (installed with Homebrew Cask):
|
Applications (installed with Homebrew Cask):
|
||||||
|
|
||||||
- Adium
|
- [Docker](https://www.docker.com/)
|
||||||
- Docker
|
- [Dropbox](https://www.dropbox.com/)
|
||||||
- Dropbox
|
- <s>[Fing](https://www.fing.io/)</s> (Note: Waiting on [this PR](https://github.com/caskroom/homebrew-cask/pull/24759) to get merged)
|
||||||
- Firefox
|
- [Firefox](https://www.mozilla.org/en-US/firefox/new/)
|
||||||
- Google Chrome
|
- [Google Chrome](https://www.google.com/chrome/)
|
||||||
- Handbrake
|
- [Handbrake](https://handbrake.fr/)
|
||||||
- Homebrew
|
- [Homebrew](http://brew.sh/)
|
||||||
- <s>Karabiner</s> (Note: Currently using [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements) for macOS Sierra)
|
- <s>[Karabiner](https://pqrs.org/osx/karabiner/)</s> (Note: Currently using [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements) for macOS Sierra)
|
||||||
- KDiff3
|
- [KDiff3](http://kdiff3.sourceforge.net/)
|
||||||
- LICEcap
|
- [LICEcap](http://www.cockos.com/licecap/)
|
||||||
- MacVim
|
- [LimeChat](http://limechat.net/mac/)
|
||||||
- Menu Meters
|
- [MacVim](http://macvim-dev.github.io/macvim/)
|
||||||
- nvALT
|
- <s>[Menu Meters](https://www.ragingmenace.com/software/menumeters/)</s> (Note: Currently using [this fork](http://member.ipmu.jp/yuji.tachikawa/MenuMetersElCapitan/) for compatibility)
|
||||||
- Sequel Pro (MySQL client)
|
- [nvALT](http://brettterpstra.com/projects/nvalt/)
|
||||||
- Skype
|
- <s>[Seil](https://pqrs.org/osx/karabiner/seil.html.en)</s> (Note: Currently using [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements) for macOS Sierra)
|
||||||
- Skitch
|
- [Sequel Pro](https://www.sequelpro.com/) (MySQL client)
|
||||||
- <s>Seil</s> (Note: Currently using [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements) for macOS Sierra)
|
- [Skype](https://www.skype.com/en/)
|
||||||
- Sublime Text
|
- [Skitch](https://evernote.com/skitch/)
|
||||||
- TextMate
|
- [Slack](https://slack.com/)
|
||||||
- Transmit (S/FTP client)
|
- [Sublime Text](https://www.sublimetext.com/)
|
||||||
- Vagrant (+ Vagrant Manager)
|
- [Transmit](https://panic.com/transmit/) (S/FTP client)
|
||||||
- VirtualBox
|
- [Vagrant](https://www.vagrantup.com/)
|
||||||
- VLC
|
- [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
|
||||||
|
- [VLC](http://www.videolan.org/vlc/index.html)
|
||||||
|
|
||||||
Packages (installed with Homebrew):
|
Packages (installed with Homebrew):
|
||||||
|
|
||||||
@ -105,6 +106,8 @@ It's my hope that I can get the rest of these things wrapped up into Ansible pla
|
|||||||
These are mostly direct download links, some are more difficult to install because of custom installers or other nonstandard install quirks:
|
These are mostly direct download links, some are more difficult to install because of custom installers or other nonstandard install quirks:
|
||||||
|
|
||||||
- [iShowU HD](http://downloads.shinywhitebox.com/iShowU_HD_Pro_2.3.7.dmg)
|
- [iShowU HD](http://downloads.shinywhitebox.com/iShowU_HD_Pro_2.3.7.dmg)
|
||||||
|
- [Adobe Creative Cloud](http://www.adobe.com/creativecloud.html)
|
||||||
|
- [Microsoft Office](https://products.office.com/en-us/mac/microsoft-office-for-mac)
|
||||||
|
|
||||||
### Configuration to be added:
|
### Configuration to be added:
|
||||||
|
|
||||||
@ -134,8 +137,6 @@ I also use the following apps at least once or twice per week, but the Mac App S
|
|||||||
- Keynote
|
- Keynote
|
||||||
- Numbers
|
- Numbers
|
||||||
|
|
||||||
There are a couple other apps I'm leaving out of the list, like Microsoft Word and Adobe Photoshop, because I normally don't install them unless/until I need them.
|
|
||||||
|
|
||||||
## Testing the Playbook
|
## Testing the Playbook
|
||||||
|
|
||||||
Many people have asked me if I often wipe my entire workstation and start from scratch just to test changes to the playbook. Nope! Instead, I posted instructions for how I build a [Mac OS X VirtualBox VM](https://github.com/geerlingguy/mac-osx-virtualbox-vm), on which I can continually run and re-run this playbook to test changes and make sure things work correctly.
|
Many people have asked me if I often wipe my entire workstation and start from scratch just to test changes to the playbook. Nope! Instead, I posted instructions for how I build a [Mac OS X VirtualBox VM](https://github.com/geerlingguy/mac-osx-virtualbox-vm), on which I can continually run and re-run this playbook to test changes and make sure things work correctly.
|
||||||
|
|||||||
@ -58,24 +58,24 @@ homebrew_cask_appdir: /Applications
|
|||||||
homebrew_cask_apps:
|
homebrew_cask_apps:
|
||||||
- docker
|
- docker
|
||||||
- dropbox
|
- dropbox
|
||||||
- fing
|
# - fing # Note: https://github.com/caskroom/homebrew-cask/pull/24759
|
||||||
- firefox
|
- firefox
|
||||||
- google-chrome
|
- google-chrome
|
||||||
- handbrake
|
- handbrake
|
||||||
# - karabiner # Note: Now using Karabiner Elements for macOS Sierra
|
# - karabiner # Note: Now using Karabiner Elements for macOS Sierra
|
||||||
- kdiff3
|
- kdiff3
|
||||||
- limechat
|
|
||||||
- licecap
|
- licecap
|
||||||
|
- limechat
|
||||||
- macvim
|
- macvim
|
||||||
- menumeters
|
# - menumeters # Note: Using forked version for 10.11+ support
|
||||||
- nvalt
|
- nvalt
|
||||||
|
# - seil # Note: Now using Karabiner Elements for macOS Sierra
|
||||||
- sequel-pro
|
- sequel-pro
|
||||||
- skype
|
- skype
|
||||||
- skitch
|
- skitch
|
||||||
# - seil # Note: Now using Karabiner Elements for macOS Sierra
|
- slack
|
||||||
- sublime-text
|
- sublime-text
|
||||||
- textmate
|
|
||||||
- transmit
|
- transmit
|
||||||
- vagrant
|
- vagrant
|
||||||
- vlc
|
|
||||||
- virtualbox
|
- virtualbox
|
||||||
|
- vlc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user