Giter VIP home page Giter VIP logo

macosx-iterm2-settings's Introduction

macOS iTerm2 Settings

license

A project to save the settings and preferences for iTerm2 to a Git repository in XML format which is easier for humans to reason about.

There are 2 included programs:

  • install-settings.sh: downloads the XML file, converts it into the the binary format expected by the application and installs it into the correct location
  • update-settings.sh: takes the current settings and preferences in binary format and converts it to an XML file in the project (git diff can be used to inspect any changes)

Note that iTerm.app could overwrite your preferences when it exits so there are some checks to make sure it's doing it's work cleanly.

Pre-requisites

These particular settings use the Inconsolata font which is assumed to already be installed. To download and install, simply use Homebrew-Cask:

brew cask install font-inconsolata

To install iTerm2 you can also use Homebrew-Cask:

brew cask install iterm2

Installation

You can install the settings by "curl bashing" the installation script:

curl -sSf https://raw.githubusercontent.com/fnichol/macosx-iterm2-settings/master/contrib/install-settings.sh | bash

Alternatively, clone the Git repository and run the command from there:

git clone https://github.com/fnichol/macosx-iterm2-settings.git
cd macosx-iterm2-settings
./contrib/install-settings.sh

Updating

Updating the current settings and preferences XML file is done by running the update program out of the Git clone:

./contrib/update-settings.sh

You can inspect any changes with git diff and commit any changes by:

git add com.googlecode.iterm2.plist
git commit

macosx-iterm2-settings's People

Contributors

fnichol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.