Commit 42c5acab4d27cfdc20f843c5e44867c568e1c758

Authored by Jianwei Han
1 parent 820fc92aa1
Exists in master

Add fonts

Showing 1 changed file with 15 additions and 3 deletions Side-by-side Diff

modules/people/manifests/hanjianwei/applications.pp
1 1 class people::hanjianwei::applications {
2 2  
3 3 # Declare all Homebrew packages
4   - package { ['wget',
  4 + package { ['ack',
5 5 'qt5',
  6 + 'reattach-to-user-namespace',
6 7 'tmux',
7   - 'vim']:
  8 + 'vim',
  9 + 'wget']:
8 10 }
9 11  
10 12 homebrew::tap { 'homebrew/science': }
... ... @@ -58,7 +60,17 @@
58 60  
59 61 homebrew::tap { 'caskroom/fonts': }
60 62 ->
61   - package { 'font-inconsolata-for-powerline':
  63 + package { ['font-anonymous-pro',
  64 + 'font-dejavu-sans',
  65 + 'font-dejavu-sans-mono-for-powerline',
  66 + 'font-inconsolata-dz-for-powerline',
  67 + 'font-inconsolata-for-powerline',
  68 + 'font-sauce-code-powerline',
  69 + 'font-source-code-pro',
  70 + 'font-source-sans-pro',
  71 + 'font-source-serif-pro',
  72 + 'font-terminus',
  73 + 'font-ubuntu-mono-powerline']:
62 74 provider => 'brewcask'
63 75 }
64 76