homeserver/roles/mgrote.tmux/README.md

17 lines
412 B
Markdown
Raw Normal View History

2021-02-07 10:53:08 +01:00
## mgrote.tmux
2020-08-18 11:57:53 +02:00
### Beschreibung
Installiert tmux und erstellt .tmux.conf.
Setzt tmux als "Standard-Shell".
### getestet auf
2020-08-18 11:57:53 +02:00
- [x] Ubuntu (>=18.04)
- [x] ProxMox 6.1
### Variablen + Defaults
##### Pfad zu .tmux.conf
``tmux_conf_destination: "/home/mg/.tmux.conf"``
2020-08-18 11:57:53 +02:00
##### Pfad zu .bashrc
``tmux_bashrc_destination: "/home/mg/.bashrc"``
2020-08-18 11:57:53 +02:00
##### Name für tmux-session
``tmux_standardsession_name: "default"``