Profiles auf "non hidden" gestelt.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
"face": "FiraCode NF"
|
||||
},
|
||||
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
|
||||
"hidden": true,
|
||||
"hidden": false,
|
||||
"name": "Windows PowerShell"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user