diff --git a/chocowell.ps1 b/chocowell.ps1 new file mode 100644 index 0000000..809c3fc --- /dev/null +++ b/chocowell.ps1 @@ -0,0 +1,9 @@ +$hostname = $env:COMPUTERNAME +Get-Content -Path .\packages_all.txt | ForEach-Object { + choco.exe install -y $_ +} + +Get-Content -Path .\packages_$hostname.txt | ForEach-Object { + choco.exe install -y $_ +} +choco upgrade all -y \ No newline at end of file diff --git a/files/packages_DESKTOP-HK0UQ3S.txt b/files/packages_DESKTOP-HK0UQ3S.txt new file mode 100644 index 0000000..2d2991f --- /dev/null +++ b/files/packages_DESKTOP-HK0UQ3S.txt @@ -0,0 +1,2 @@ +greenshot +lightscreen \ No newline at end of file diff --git a/files/packages_all.txt b/files/packages_all.txt new file mode 100644 index 0000000..8e4a5a0 --- /dev/null +++ b/files/packages_all.txt @@ -0,0 +1,24 @@ +thunderbird +firefox +vscode +notepadplusplus +7zip +vlc +git +cmake +sysinternals +autohotkey +filezilla +libreoffice +microsoft-windows-terminal +gimp +keepassxc +putty +chocolateygui +inkscape +audacity +ffmpeg +telegram +obs-studio +pwsh +smartmontools \ No newline at end of file