multisettings

Tool to handle multiple settings for editor, shell and other command line tools.


Keywords
utility
License
MIT
Install
pip install multisettings==1.0.0

Documentation

multisettings

https://travis-ci.org/wkentaro/multisettings.svg?branch=master

Tool to handle multiple settings for editor, shell and other command line tools.

Usage

  1. Create ~/.multisettings.yaml like below.
  2. Run multisettings USER [-c CONFIG_FILE] (ex: multisettings wkentaro -c ~/multisettings.yaml)

~/.multisettings.yaml

wkentaro:
  .vimrc: .vimrc.wkentaro
  .zshrc: .zshrc.wkentaro