Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The iterm2 cookbook has been deprecated

Author provided reason for deprecation:

The iterm2 cookbook has been deprecated and is no longer being maintained by its authors. Use of the iterm2 cookbook is no longer recommended.

RSS

iterm2 (10) Versions 1.4.0

Installs/Configures iterm2

Policyfile
Berkshelf
Knife
cookbook 'iterm2', '~> 1.4.0', :supermarket
cookbook 'iterm2', '~> 1.4.0'
knife supermarket install iterm2
knife supermarket download iterm2
README
Dependencies
Changelog
Quality 17%

Description

Installs iTerm2 in /Applications.
Optionally enables tmux integration for iTerm 2.

Requirements

Platform

  • Mac OS X

Cookbooks

Added as a dependency in 1.2.0:

Attributes

Attributes are documented in the metadata. See attributes/default.rb
for default values.

Usage

By default, this cookbook will install the iTerm2 application to
/Applications, and if you have customized settings, copy
~/Library/Preferences/com.googlecode.iterm2.plist to files/default
to have your preferences managed by Chef on all your machines :).

The latest versions of iTerm 2 have integrated support for the
terminal multiplexer,
tmux. As of
version 1.2.0, this cookbook supports installing the custom tmux
required to use this integration. By default, this is not enabled via
the attribute node['iterm2']['tmux_enabled'] (false). To enable the
integrated tmux support in iTerm2, set that attribute to true through
a role. By default, the recipe will download the precompiled binaries.
If the attribute node['iterm2']['tmux_compile'] is set true, then
the binaries will be compiled. There appears to be some issues with
the automake/autoreconf done by the scripts, so it may not work. The
precompiled binaries require Mac OS X Lion.

License and Author

Author:: Joshua Timberman (cookbooks@housepub.org)

Copyright 2011, Joshua Timberman

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

mac_os_x >= 0.0.0
homebrew >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

iterm2 Cookbook

v1.4.0 (2016-02-21)

  • Update to iTerm2 2.9 beta
  • Remove tmux recipe; tmux support is already built into iTerm2 now

v1.3.3 (2014-11-11)

  • Update to iTerm2 2.0.0.20141103

v1.3.2 (2014-05-31)

  • Update to new version of iTerm2. Move download locations.

v1.3.0 (2013-03-09)

  • Install iTerm 2 v1.0.0 20130302
  • Fixes issue #2, plist file not available (ignore failure, allow alternative cookbook via attribute)
  • Refactored the tmux recipe to better handle upgrades

v1.2.0 (2012-01-08)

  • Install iTerm 2 v1.0.0 20120123 (tmux support)
  • Add tmux recipe to enable installing tmux with iTerm 2 support
  • homebrew cookbook is now a dependency.

v1.1.0

  • Install iTerm 2 v1.0.0.
  • Cookbook Incompatibility: resource names and paths changed based on upstream.

v1.0.3

  • Update version to 1.0.3

v1.0.2

  • Drop off a config file if it exists.

Collaborator Number Metric
            

1.4.0 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.4.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.4.0 failed this metric

FC064: Ensure issues_url is set in metadata: iterm2/metadata.rb:1
FC065: Ensure source_url is set in metadata: iterm2/metadata.rb:1
FC066: Ensure chef_version is set in metadata: iterm2/metadata.rb:1
FC069: Ensure standardized license defined in metadata: iterm2/metadata.rb:1
FC072: Metadata should not contain "attribute" keyword: iterm2/metadata.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: iterm2/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.4.0 passed this metric

Testing File Metric
            

1.4.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.4.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number