Skip to content

Commit

Permalink
Add taurus, my Macbook Air
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodlad committed Jun 10, 2011
1 parent a77599a commit fbe4438
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions taurus.rb
@@ -0,0 +1,43 @@
# My Macbook Air 11", 'taurus'

dep 'taurus' do
requires 'taurus osx apps installed'

requires 'macvim',
'ack.managed',
'tree.managed',
'rvm'

'meslo.ttf'
end

dep 'taurus osx apps installed' do
# Social, Web, Media etc.
requires 'Google Chrome.app',
'Echofon.app',
'Skype.app',
'LimeChat.app',
'Airfoil.app'

# System utilities
requires 'Dropbox.app',
'Growl.installer',
'iStat Menus.app'

# Tools
requires 'Alfred.app',
'SizeUp.app',
'1Password.app',
'Things.app'

# Development
requires 'iTerm.app',
'Emacs.app',
'HTTPScoop.app',
'HTTP Client.app',
'Sequel Pro.app',
'GitX.app',
'Tower.app',
'Kaleidoscope.app',
'Reggy.app'
end

0 comments on commit fbe4438

Please sign in to comment.