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".
|
|
|
|
|
2021-07-16 12:52:43 +02:00
|
|
|
### getestet auf
|
2020-08-18 11:57:53 +02:00
|
|
|
- [x] Ubuntu (>=18.04)
|
|
|
|
- [x] ProxMox 6.1
|
|
|
|
|
|
|
|
### Variablen + Defaults
|
|
|
|
##### Pfad zu .tmux.conf
|
2021-11-07 12:37:48 +01:00
|
|
|
``tmux_conf_destination: "/home/mg/.tmux.conf"``
|
2020-08-18 11:57:53 +02:00
|
|
|
##### Pfad zu .bashrc
|
2021-11-07 12:37:48 +01:00
|
|
|
``tmux_bashrc_destination: "/home/mg/.bashrc"``
|
2020-08-18 11:57:53 +02:00
|
|
|
##### Name für tmux-session
|
2021-11-07 12:37:48 +01:00
|
|
|
``tmux_standardsession_name: "default"``
|