feat: initialize repo

This commit is contained in:
antistereov
2025-07-13 15:38:39 +02:00
commit d30985b6b4
27 changed files with 695 additions and 0 deletions

16
tmux/README.md Normal file
View File

@@ -0,0 +1,16 @@
# 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
```