From f7deb87360d9df4268d8fe7447e4d49ada7b2189 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Fri, 20 Feb 2026 09:16:35 +0000 Subject: [PATCH] changes --- .ssh/files/config | 4 ++++ alacritty/files/alacritty.toml | 3 ++- pi/files/agent/settings.json | 2 +- zellij/files/config.kdl | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.ssh/files/config b/.ssh/files/config index eeaa2b8..2b602c3 100644 --- a/.ssh/files/config +++ b/.ssh/files/config @@ -46,3 +46,7 @@ Host mac-attio User thomasglopes IdentityFile ~/.ssh/mac-attio AddKeysToAgent yes + LogLevel QUIET + LocalForward 443 localhost:443 + LocalForward 8081 localhost:8081 + LocalForward 8082 localhost:8082 diff --git a/alacritty/files/alacritty.toml b/alacritty/files/alacritty.toml index 1bf4afe..7511e8a 100644 --- a/alacritty/files/alacritty.toml +++ b/alacritty/files/alacritty.toml @@ -10,7 +10,8 @@ style = "Regular" import = ["~/.config/alacritty/dank-theme.toml"] [terminal.shell] -program = "zellij" +program = "/usr/bin/fish" +args = ["-l", "-c", "zellij; exec fish -l"] [window] opacity = 0.9 diff --git a/pi/files/agent/settings.json b/pi/files/agent/settings.json index 93aa2b1..c5506c1 100644 --- a/pi/files/agent/settings.json +++ b/pi/files/agent/settings.json @@ -2,6 +2,6 @@ "lastChangelogVersion": "0.54.0", "defaultProvider": "openrouter", "defaultModel": "openai/gpt-5.2-codex", - "defaultThinkingLevel": "high", + "defaultThinkingLevel": "minimal", "theme": "matugen" } \ No newline at end of file diff --git a/zellij/files/config.kdl b/zellij/files/config.kdl index 221f615..087dbd3 100644 --- a/zellij/files/config.kdl +++ b/zellij/files/config.kdl @@ -154,7 +154,7 @@ keybinds clear-defaults=true { bind "Alt o" { MoveTab "right"; } bind "Alt p" { TogglePaneInGroup; } bind "Alt Shift p" { ToggleGroupMarking; } - bind "Ctrl q" { Quit; } + // bind "Ctrl q" { Quit; } } shared_except "locked" "move" { bind "Ctrl h" { SwitchToMode "move"; }