Profiles auf "non hidden" gestelt.

This commit is contained in:
2022-12-31 11:55:55 +01:00
parent 7155ade7d8
commit 67a54af950
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
"face": "FiraCode NF"
},
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": true,
"hidden": false,
"name": "Windows PowerShell"
},
{

View File

@@ -140,7 +140,7 @@ do {
Remove-Item -Recurse -Force ~/.config/winfetch
}
Write-Host "Lege Winfetch config Ordner an..." -ForegroundColor Blue
mkdir ~/.config/winfetch
mkdir ~/.config/winfetch | Out-Null
Write-Host "Winfetch config Ordner erfolgreich angelegt!" -ForegroundColor Green
Try {
New-Item -Path "~/.config/winfetch/config.ps1" -ItemType SymbolicLink -Value "~/.winconfig/configs/winfetch/config.ps1" | Out-Null