first commit

This commit is contained in:
Alexander Gabriel 2024-04-15 17:48:21 +02:00
parent d4c89b7eaf
commit 02bc4cbe65
3 changed files with 35 additions and 0 deletions

9
chocowell.ps1 Normal file
View File

@ -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

View File

@ -0,0 +1,2 @@
greenshot
lightscreen

24
files/packages_all.txt Normal file
View File

@ -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