From 4ecdf96db842b514f9546bdb7d18923cb3cf83a3 Mon Sep 17 00:00:00 2001 From: cinco euzebio Date: Sun, 1 Mar 2026 05:01:04 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20update=20install=20URL?= =?UTF-8?q?=20to=20GitHub=20and=20fix=20default=20session=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4607438..19ad859 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A Rust-based tool to quickly find and open projects in tmux using fzf. No extern ## Installation ```sh -curl -fsSL https://git.cincoeuzebio.com/cinco/Tmuxido/raw/branch/main/install.sh | sh +curl -fsSL https://raw.githubusercontent.com/cinco/tmuxido/main/install.sh | sh ``` Installs the latest release binary to `~/.local/bin/tmuxido`. On first run, the config file is created automatically at `~/.config/tmuxido/tmuxido.toml`. @@ -123,7 +123,7 @@ tmuxido --help 3. Presents them using fzf for selection 4. Creates or switches to a tmux session for the selected project 5. If a `.tmuxido.toml` config exists in the project, uses it to set up custom windows and panes -6. Otherwise, creates a default session with two windows: "editor" and "terminal" +6. Otherwise, uses the default session config from `~/.config/tmuxido/tmuxido.toml` (configured interactively on first run) ## Caching