From c182d443840c1388cc8ad381d820ee9f1cde691f Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 19 Jan 2026 09:51:37 -0700 Subject: [PATCH] feat(wt): add config --- dot_config/wt/config.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dot_config/wt/config.lua diff --git a/dot_config/wt/config.lua b/dot_config/wt/config.lua new file mode 100644 index 0000000000000000000000000000000000000000..dec4b118717d86b27137a3a3c46eef1148875c81 --- /dev/null +++ b/dot_config/wt/config.lua @@ -0,0 +1,8 @@ +return { + remotes = { + soft = "git@git.secluded.site:${project}.git", + github = "git@github.com:amolith/${project}.git", + srht = "git@git.sr.ht:amolith/${project}.git" + }, + default_remotes = "prompt" +}