homeserver/roles/mgrote.tmux
Michael Grote 8c9f7fa79f ZFS per Ansible 2021-02-07 10:53:08 +01:00
..
defaults first commit 2020-08-18 11:57:53 +02:00
tasks Ersetze ansible.builtin.apt module durch ansible.builtin.package (#20) 2021-01-02 10:30:54 +01:00
README.md ZFS per Ansible 2021-02-07 10:53:08 +01:00

README.md

mgrote.tmux

Beschreibung

Installiert tmux und erstellt .tmux.conf. Setzt tmux als "Standard-Shell".

Funktioniert auf

  • Ubuntu (>=18.04)
  • ProxMox 6.1

Variablen + Defaults

Pfad zu .tmux.conf

tmux_conf_destination: "/home/mg/.tmux.conf"

Pfad zu .bashrc

tmux_bashrc_destination: "/home/mg/.bashrc"

Name für tmux-session

tmux_standardsession_name: "default"