First scaffolding

This commit is contained in:
2025-12-24 11:23:49 +01:00
parent ce544bf14a
commit da8e79a23c
3 changed files with 78 additions and 0 deletions

View File

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