/ansible-tmux-tpm

ansible role to install tmux-plugins/tpm

Primary LanguagePythonMIT LicenseMIT

ansible-tmux-tpm

Build Status

ansible role to install tmux-plugins/tpm.

Requirements

  • tmux
  • git

Role Variables

name required default description
tmux_tpm_plugins_path no {{ansible_env.HOME}}/.tmux/plugins
tmux_tpm_repo no https://github.com/tmux-plugins/tpm
tmux_tpm_version no HEAD

Dependencies

Nothing.

Example Playbook

- hosts: servers
  roles:
    - suzuki-shunsuke.tmux-tpm

Development

We use Molecule for test.

  • Docker Engine
  • Molecule
$ molecule lint
$ molecule test

License

MIT