First scaffolding
This commit is contained in:
38
README.md
38
README.md
@@ -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
|
||||
Reference in New Issue
Block a user