Harden .ssh security and templatize shell configs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user