Files
dotfiles/ssh/config.lua
T
Thomas G. Lopes 94b95291ed better configs
2026-03-04 19:43:09 +00:00

9 lines
126 B
Lua

---@type SigilConfig
return {
target = {
linux = "~/.ssh",
mac = "/Users/thomasglopes/.ssh",
default = "~/.ssh",
},
}