27 lines
560 B
Markdown
27 lines
560 B
Markdown
---
|
|
status: Archiv
|
|
tags:
|
|
- process/task
|
|
|
|
---
|
|
|
|
> [!task]+
|
|
> Project:: [[Software]]
|
|
> Bar:: `$= dv.view('total-progress-bar', {file: "tmux konfigurieren"})`
|
|
|
|
## Aufgabenbeschreibung
|
|
|
|
Konfiguration von tmux mit oh-my-tmux
|
|
|
|
```shell
|
|
mkdir .config/tmux
|
|
git clone --single-branch https://github.com/gpakosz/.tmux.git .config/tmux/oh-my-tmux
|
|
ln -s .config/tmux/oh-my-tmux/.tmux.conf .tmux.conf
|
|
cp .config/tmux/oh-my-tmux/.tmux.conf.local .config/tmux
|
|
```
|
|
## Überlegungen
|
|
|
|
## Unteraufgaben
|
|
|
|
- [x] tmux konfigurieren [start:: 2025-02-21] [completion:: 2025-02-21]
|