Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added quicksilver and updated iterm link, also fixed up homebrew link but still not working #12

Merged
merged 4 commits into from
May 4, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- name: install homebrew
mac_pkg: pkg_type=script script_creates=/usr/local/bin/brew
script_prefix='echo | ' script_exe=ruby
url=https://raw.github.com/Homebrew/homebrew/go/install
url=https://raw.githubusercontent.com/Homebrew/install/master/install
2 changes: 1 addition & 1 deletion iterm2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tasks:
- name: install iterm2
mac_pkg: pkg_type=app
url=http://www.iterm2.com/downloads/beta/iTerm2-1_0_0_20130811.zip
url=https://iterm2.com/downloads/stable/iTerm2_v2_0.zip
archive_type=zip archive_path=iTerm.app
sudo: yes

9 changes: 9 additions & 0 deletions quicksilver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- hosts: workstation

tasks:
- name: install Quicksilver
mac_pkg: pkg_type=app
url=http://cdn.qsapp.com/plugins/files/com.blacktree.Quicksilver__16401.dmg
archive_type=dmg archive_path=Quicksilver.app
sudo: yes