Harden .ssh security and templatize shell configs

This commit is contained in:
Riz Ashraf
2026-04-07 00:47:41 +01:00
parent 349529662a
commit 8b6c56b300
4 changed files with 87 additions and 117 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
Write-Host "Checking for required PowerShell modules..."
$modules = @(
"oh-my-posh",
"posh-git",
"Profiler",
"PSFzf",
"PSProfiler",
"PSScriptAnalyzer",
"Terminal-Icons",
"Terminal-Icons"
)
foreach ($mod in $modules) {