Skip to content

archfear/puppet-prezto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prezto Puppet module for Boxen

Installs zsh and the prezto zsh configuration framework.

Usage

include prezto

or you have your own prezto fork:

class { 'prezto': repo => 'archfear/prezto' }

See the prezto README for info on configuring your shell.

Required Puppet Modules

  • boxen
  • osx
  • zsh

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.