No commit activity in last 3 years
No release in over 3 years
Try out new profiles, and setup your mac easier.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Terminal Profile Manager

Automate the setup of your terminal profile, or try on a few profiles to see how they feel.

Install

gem install terminal-profile-manager

Usage

tpm list [--remote]
tpm use PROFILE [--all] [--default]
tpm install NAME [URL]
tpm help

List

tpm list            # List all locally installed profile
tpm list --remote   # List profile that can be installed

Use

tpm use Grass           # Use the grass profile in the current window
tpm use Grass --all     # Use the grass them in all terminal windows
tpm use Grass --default # Use Grass, and set it as the default for new terminals

Install

tpm install SolarizedDark              # Install a pre-defined profile
tpm install Custom http://git.io/vGLaB # Install a custom profile

Remote themes are listed in the profiles.json file.