https://github.com/dcoxall/puppet-slate
Slate window manager puppet module
https://github.com/dcoxall/puppet-slate
Last synced: 10 months ago
JSON representation
Slate window manager puppet module
- Host: GitHub
- URL: https://github.com/dcoxall/puppet-slate
- Owner: dcoxall
- License: mit
- Created: 2013-10-05T17:23:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-05T17:34:49.000Z (over 12 years ago)
- Last Synced: 2025-03-04T17:38:33.077Z (over 1 year ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Slate Puppet Module for Boxen
[Slate](https://github.com/jigish/slate) is a window management application similar to Divvy and SizeUp (except better and free!). Originally written to replace them due to some limitations in how each work, it attempts to overcome them by simply being extremely configurable. As a result, it may be a bit daunting to get configured, but once it is done, the benefit is huge.
Slate currently works on Mac OS X 10.6 and above.
[](https://travis-ci.org/FreakyDazio/puppet-slate)
## Usage
```puppet
include slate
# or
class {'slate':}
```
## Required Puppet Modules
* `boxen`
## Development
Set `GITHUB_API_TOKEN` in your shell with a [Github oAuth Token](https://help.github.com/articles/creating-an-oauth-token-for-command-line-use) to raise your API rate limit. You can get some work done without it, but you're less likely to encounter errors like `Unable to find module 'boxen/puppet-boxen' on https://github.com`.
Then write some code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.