Skip to content

Commit

Permalink
Update documentation, add licecap, textmate, and timemachineeditor to…
Browse files Browse the repository at this point in the history
… cask apps.
  • Loading branch information
geerlingguy committed Jan 4, 2015
1 parent d2da554 commit b96a732
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is a work in progress, and is mostly a means for me to document my current

## Included Applications / Configuration

The following applications are automagically installed:
Applications (installed with Homebrew Cask):

- Adium
- BetterTouchTool
Expand All @@ -29,27 +29,35 @@ The following applications are automagically installed:
- Firefox
- Handbrake
- Homebrew
- Karabiner
- LICEcap
- MacVim
- Menu Meters
- nvALT
- Sequel Pro (MySQL client)
- Skype
- Skitch
- Seil
- Sublime Text
- TextMate
- TimeMachineEditor
- Tower (Git client)
- Transmit (S/FTP client)
- Vagrant
- Vagrant (+ Vagrant Manager)
- VirtualBox
- VLC

The following homebrew packages are automagically installed:
Packages (installed with Homebrew):

- ansible
- autoconf
- gettext
- libevent
- packer
- python
- sqlite
- mysql
- php56 (+ php56-xdebug)
- ssh-copy-id
- cowsay
- ios-sim
Expand All @@ -58,10 +66,11 @@ The following homebrew packages are automagically installed:
- kdiff3
- openssl
- pv
- drush
- wget
- caskroom/cask/brew-cask
- brew-cask

Jeff Geerling's [dotfiles](https://github.com/geerlingguy/dotfiles) are also installed into the current user's home directory, including the `.osx` dotfile for configuring many aspects of Mac OS X for better performance and ease of use.
My [dotfiles](https://github.com/geerlingguy/dotfiles) are also installed into the current user's home directory, including the `.osx` dotfile for configuring many aspects of Mac OS X for better performance and ease of use.

Finally, there are a few other preferences and settings added on for various apps and services.

Expand All @@ -71,23 +80,20 @@ Finally, there are a few other preferences and settings added on for various app

It's my hope that I can get the rest of these things wrapped up into Ansible playbooks soon, but for now, these steps need to be completed manually (assuming you already have Xcode and Ansible installed, and have run this playbook).

1. Install JJG-Term.terminal theme (double-click to install).
1. Set JJG-Term as the default Terminal theme (it's installed, but not set as default automatically).
2. Install [Sublime Package Manager](http://sublime.wbond.net/installation).
3. Install all the Mac App Store Apps (see below).
4. Install all the apps that aren't yet in this setup (see below).
5. Remap Caps Lock to Escape (keycode 53), using [Seil](https://pqrs.org/osx/karabiner/seil.html.en).
6. Set trackpad tracking rate.
7. Set mouse tracking rate.
8. Set up iCloud (this was presumably done already during system setup, anyways).
9. Configure extra Mail and/or Calendar accounts (e.g. Google, Exchange, etc.).
8. Configure extra Mail and/or Calendar accounts (e.g. Google, Exchange, etc.).

### Applications/packages to be added:

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)
- [TextMate 2](https://api.textmate.org/downloads/release)
- [TimeMachineEditor](http://timesoftware.free.fr/timemachineeditor/TimeMachineEditor.zip)

### Configuration to be added:

Expand Down
5 changes: 4 additions & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ homebrew_cask_apps:
- firefox
- handbrake
- karabiner
- licecap
- macvim
- menumeters
- nvalt
Expand All @@ -58,9 +59,11 @@ homebrew_cask_apps:
- skitch
- seil
- sublime-text # Note - Sublime Text 2 only, at this time...
- textmate
- timemachineeditor
- tower
- transmit
- vlc
- vagrant
- vagrant-manager
- vlc
- virtualbox

0 comments on commit b96a732

Please sign in to comment.