https://github.com/michaelfarrow/puppet-zsh_env
https://github.com/michaelfarrow/puppet-zsh_env
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelfarrow/puppet-zsh_env
- Owner: michaelfarrow
- Created: 2015-04-12T22:16:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T13:19:15.000Z (about 11 years ago)
- Last Synced: 2024-04-17T04:35:34.809Z (about 2 years ago)
- Language: Puppet
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Puppet ZSH Environment Module
```ruby
mod "puppetlabs/stdlib", "4.5.1"
mod "maestrodev/wget", "1.5.7"
# dep: puppetlabs/stdlib
# dep: maestrodev/wget
mod "zanloy/ohmyzsh", "1.0.1"
mod "weyforth/mac",
:git => "https://github.com/weyforth/puppet-mac.git",
:ref => "master"
mod "weyforth/ubuntu",
:git => "https://github.com/weyforth/puppet-ubuntu.git",
:ref => "master"
# dep (optional): weyforth/mac
# dep (optional): weyforth/ubuntu
# dep: zanloy/ohmyzsh
mod "weyforth/zsh_env",
:git => "https://github.com/weyforth/puppet-zsh_env.git",
:ref => "master"
```