You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
save_interval = 1 # Optional: save interval in minutes
@@ -78,7 +78,7 @@ This module can provision multiple tmux sessions, each as a separate app in the
78
78
```tf
79
79
module "tmux" {
80
80
source = "registry.coder.com/anomaly/tmux/coder"
81
-
version = "1.0.0"
81
+
version = "1.0.1"
82
82
agent_id = var.agent_id
83
83
sessions = ["default", "dev", "anomaly"]
84
84
tmux_config = <<-EOT
@@ -91,11 +91,9 @@ module "tmux" {
91
91
```
92
92
93
93
> [!IMPORTANT]
94
-
>
95
-
> - If you provide a custom `tmux_config`, it will completely replace the default configuration. Ensure you include plugin
96
-
> and TPM initialization lines if you want plugin support and session persistence.
97
-
> - The script will attempt to install dependencies using `sudo` where required.
98
-
> - If `git` is not installed, TPM installation will fail.
99
-
> - If you are using custom config, you'll be responsible for setting up persistence and plugins.
100
-
> - The `order`, `group`, and `icon` variables allow you to customize how tmux apps appear in the Coder UI.
101
-
> - In case of session restart or shh reconnection, the tmux session will be automatically restored :)
94
+
> If you provide a custom `tmux_config`, it will completely replace the default configuration. Ensure you include plugin and TPM initialization lines if you want plugin support and session persistence.
95
+
> The script will attempt to install dependencies using `sudo` where required.
96
+
> If `git` is not installed, TPM installation will fail.
97
+
> If you are using custom config, you'll be responsible for setting up persistence and plugins.
98
+
> The `order`, `group`, and `icon` variables allow you to customize how tmux apps appear in the Coder UI.
99
+
> In case of session restart or shh reconnection, the tmux session will be automatically restored :)
0 commit comments