Modularize ssh config

master
Hektor Misplon 2025-05-15 10:28:58 +02:00
parent 1bb976d442
commit 9e3b784168
3 changed files with 4 additions and 0 deletions

View File

@ -2,4 +2,7 @@ vim.filetype.add({
filename = {
[".lintstagedrc"] = "json",
},
pattern = {
[".*/%.ssh/config%.d/.*"] = "sshconfig",
},
})

1
.ssh/config Normal file
View File

@ -0,0 +1 @@
Include config.d/*

0
.ssh/config.d/.gitkeep Normal file
View File