From 3a56805335fbb54a9aac9b8f5b7cf09453a53773 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 22 Dec 2022 19:34:05 +0100 Subject: [PATCH] Fick dich %LOCALAPPDATA% --- install.ps1 | 4 ++-- winget/settings.json | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/install.ps1 b/install.ps1 index 83d97a0..c095787 100644 --- a/install.ps1 +++ b/install.ps1 @@ -63,8 +63,8 @@ do { } '2' { # Winget config reinrödeln Remove-Item "%LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json" - New-Item -Path "%LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json" -ItemType SymbolicLink -Value "~/.winconfig/winget/settings.json" - New-Item -Path "~/.config/winfetch/config.ps1" -ItemType SymbolicLink -Value "~/.winconfig/winfetch/config.ps1" + New-Item -Path "~\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json" -ItemType SymbolicLink -Value "~/.winconfig/winget/settings.json" + # Krempeln deinstallieren foreach ($utility in $toInstall) { $ergebnis = winget list --id $utility diff --git a/winget/settings.json b/winget/settings.json index d58a3b1..18dd96d 100644 --- a/winget/settings.json +++ b/winget/settings.json @@ -15,8 +15,4 @@ "pinning": true } - // For documentation on these settings, see: https://aka.ms/winget-settings - // "source": { - // "autoUpdateIntervalInMinutes": 5 - // }, } \ No newline at end of file