mg
07b0e730d7
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#240 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
16 lines
412 B
Markdown
16 lines
412 B
Markdown
## mgrote.tmux
|
|
### Beschreibung
|
|
Installiert tmux und erstellt .tmux.conf.
|
|
Setzt tmux als "Standard-Shell".
|
|
|
|
### getestet auf
|
|
- [x] Ubuntu (>=18.04)
|
|
- [x] 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"``
|