From f252dc01a01cbfbf7ff936eada43c66c795b43d9 Mon Sep 17 00:00:00 2001 From: Jianwei Han Date: Mon, 14 Jul 2014 19:39:48 +0800 Subject: [PATCH] Add squirrel --- modules/people/manifests/hanjianwei/applications.pp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/people/manifests/hanjianwei/applications.pp b/modules/people/manifests/hanjianwei/applications.pp index bd741cb..ca3a101 100644 --- a/modules/people/manifests/hanjianwei/applications.pp +++ b/modules/people/manifests/hanjianwei/applications.pp @@ -11,7 +11,7 @@ class people::hanjianwei::applications { -> package { 'opencv': } - # Declare all Hombrew Cask packages + # Declare all Homebrew Cask packages include brewcask package { ['acorn', @@ -50,6 +50,12 @@ class people::hanjianwei::applications { } # Taps + homebrew::tap { 'hanjianwei/apps': } + -> + package { 'squirrel': + provider => 'brewcask' + } + homebrew::tap { 'caskroom/fonts': } -> package { 'font-inconsolata-for-powerline': @@ -83,6 +89,7 @@ class people::hanjianwei::applications { 'karabiner', 'prezto', 'seil', + 'squirrel', 'tmux', 'vim', 'vimperator', -- 1.8.5.3