Commit f252dc01a01cbfbf7ff936eada43c66c795b43d9
1 parent
856590cf8f
Exists in
master
Add squirrel
Showing 1 changed file with 8 additions and 1 deletions Side-by-side Diff
modules/people/manifests/hanjianwei/applications.pp
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | -> |
| 12 | 12 | package { 'opencv': } |
| 13 | 13 | |
| 14 | - # Declare all Hombrew Cask packages | |
| 14 | + # Declare all Homebrew Cask packages | |
| 15 | 15 | include brewcask |
| 16 | 16 | |
| 17 | 17 | package { ['acorn', |
| ... | ... | @@ -50,6 +50,12 @@ |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | # Taps |
| 53 | + homebrew::tap { 'hanjianwei/apps': } | |
| 54 | + -> | |
| 55 | + package { 'squirrel': | |
| 56 | + provider => 'brewcask' | |
| 57 | + } | |
| 58 | + | |
| 53 | 59 | homebrew::tap { 'caskroom/fonts': } |
| 54 | 60 | -> |
| 55 | 61 | package { 'font-inconsolata-for-powerline': |
| ... | ... | @@ -83,6 +89,7 @@ |
| 83 | 89 | 'karabiner', |
| 84 | 90 | 'prezto', |
| 85 | 91 | 'seil', |
| 92 | + 'squirrel', | |
| 86 | 93 | 'tmux', |
| 87 | 94 | 'vim', |
| 88 | 95 | 'vimperator', |