Files
dotfiles/tmux/README.md
2025-07-13 15:38:39 +02:00

17 lines
336 B
Markdown

# Installation
1. Make sure that `tmux` is installed on your system.
2. Please clone this repository to your `~/.config/tmux` directory:
```bash
mkdir -p ~/.config/tmux
git clone git@github.com:antistereov/tmux.git ~/.config/tmux
```
3. To install this custom configuration, run:
```bash
install.sh
```