Skip to content

[ADD] odoo-shippable: Install tmux plugin manager

In this PR is installed the Tmux plugin Manager

That plugin allow install these follow plugin:

  • tmux-resurrect
  • tmux-continuum
  • tmux-sensible

You can test that change cloning this repository and build the docker

cd odoo-shippable docker build -t tmux-resurrect . docker run -it tmux-resurect bash

Fix https://github.com/Vauxoo/docker-odoo-image/issues/215

Merge request reports