Skip to content

This is the oh-my-zsh Puppet module. It installs oh-my-zsh for a user and changes their shell to zsh. It has been tested under Ubuntu.

License

Notifications You must be signed in to change notification settings

divansantana/puppet-ohmyzsh

 
 

Repository files navigation

puppet-ohmyzsh

Build Status

This is a oh-my-zsh module. It installs oh-my-zsh for a user and can change their shell to zsh. It can install and configure themes and plugins for users.

oh-my-zsh is a community-driven framework for managing your zsh configuration. See https://github.com/robbyrussell/oh-my-zsh for more details.

Usage

# for a single user
ohmyzsh::install { 'user1': }

# for multiple users in one shot and set their shell to zsh
ohmyzsh::install { ['root', 'user1']: set_sh => true }

# install a theme for a user
ohmyzsh::fetch::theme { 'root': url => 'http://zanloy.com/files/dotfiles/oh-my-zsh/squared.zsh-theme' }

# set a theme for a user
ohmyzsh::theme { ['root', 'user1']: } # would install 'clean' theme as default

ohmyzsh::theme { ['root', 'user1']: theme => 'robbyrussell' } # specific theme

# activate plugins for a user
ohmyzsh::plugins { 'user1': plugins => 'git github' }

# upgrade oh-my-zsh for a single user
ohmyzsh::upgrade { 'user1': }

Support

Please log tickets and issues on GitHub

Acknowlegments

This module was originally a fork of acme/ohmyzsh at version 0.1.3

About

This is the oh-my-zsh Puppet module. It installs oh-my-zsh for a user and changes their shell to zsh. It has been tested under Ubuntu.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 55.7%
  • Puppet 41.1%
  • Pascal 3.2%