From ab5ff5c336652077a1f979c2338d108ffd1dbe61 Mon Sep 17 00:00:00 2001 From: jonas Date: Sat, 11 Nov 2023 09:54:32 +0000 Subject: [PATCH 1/2] Touch replacement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Der Ersatz für den `touch` alias gefixt. --- aliases.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases.ps1 b/aliases.ps1 index 78c121a..cdb0e6d 100644 --- a/aliases.ps1 +++ b/aliases.ps1 @@ -41,7 +41,7 @@ function pwd { Get-Location } # touch replacement -function pwd { +function touch { New-Item } From 0f9268a45e6bd9732d610f4061656443e9a72545 Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 15 Nov 2023 16:29:25 +0000 Subject: [PATCH 2/2] Doppelten Eintrag entfernt In der Liste $toRemove war der folgende Eintrag als Dopplung vorhanden: MicrosoftTeams_8wekyb3d8bbwe --- config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ps1 b/config.ps1 index 29972ff..d235be9 100644 --- a/config.ps1 +++ b/config.ps1 @@ -6,7 +6,7 @@ $toRemove = @('Clipchamp.Clipchamp_yxz26nhyzhsrt', 'Microsoft.549981C3F5F10_8wek 'Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe', 'Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe', 'Micorosoft.MicrosoftStickyNotes_8wekyb3d8bbwe', 'Microsoft.People_8wekyb3d8bbwe', 'Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe', 'Microsoft.Todos_8wekyb3d8bbwe', 'Microsoft.Windows.Photos_8wekyb3d8bbwe', 'Microsoft.WindowsMaps_8wekyb3d8bbwe', 'Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe', 'Microsoft.WindowsAlarms_8wekyb3d8bbwe', 'Microsoft.YourPhone_8wekyb3d8bbwe', 'Microsoft.ZuneMusic_8wekyb3d8bbwe', 'Microsoft.ZuneVideo_8wekyb3d8bbwe', - 'MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe', 'MicrosoftTeams_8wekyb3d8bbwe', 'MicrosoftTeams_8wekyb3d8bbwe', 'Microsoft.OneDrive', 'microsoft.windowscommunicationsapps_8wekyb3d8bbwe', 'CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc') + 'MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe', 'MicrosoftTeams_8wekyb3d8bbwe', 'Microsoft.OneDrive', 'microsoft.windowscommunicationsapps_8wekyb3d8bbwe', 'CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc') $toInstall = @('7zip.7zip', 'VideoLAN.VLC', 'SumatraPDF.SumatraPDF', 'Microsoft.VisualStudioCode', 'Bitwarden.Bitwarden', 'Mozilla.Firefox', 'IrfanSkiljan.IrfanView', 'Microsoft.PowerToys', 'Joplin.Joplin', 'WireGuard.WireGuard', 'Devolutions.RemoteDesktopManager', 'TeamViewer.TeamViewer', 'NickeManarin.ScreenToGif', 'JanDeDobbeleer.OhMyPosh', 'WiresharkFoundation.Wireshark', 'Famatech.AdvancedIPScanner',