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" +}