Files
tmux-remind/README.md
2025-12-24 11:23:49 +01:00

38 lines
536 B
Markdown

# Plugin Name
Descrizione del plugin.
## Installazione
### Con TPM
Aggiungi al tuo `~/.tmux.conf`:
```bash
set -g @plugin 'tuo-username/plugin-name'
```
Ricarica tmux e premi `prefix + I` per installare.
### Manuale
```bash
git clone https://github.com/tuo-username/plugin-name ~/.tmux/plugins/plugin-name
```
Aggiungi a `~/.tmux.conf`:
```bash
run-shell ~/.tmux/plugins/plugin-name/plugin-name.tmux
```
## Configurazione
```bash
# Opzione esempio (default: "value")
set -g @plugin_option "custom_value"
```
## Licenza
MIT