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-managerUsage
tpm list [--remote]
tpm use PROFILE [--all] [--default]
tpm install NAME [URL]
tpm helpList
tpm list # List all locally installed profile
tpm list --remote # List profile that can be installedUse
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 terminalsInstall
tpm install SolarizedDark # Install a pre-defined profile
tpm install Custom http://git.io/vGLaB # Install a custom profileRemote themes are listed in the profiles.json file.