first commit
This commit is contained in:
parent
d4c89b7eaf
commit
02bc4cbe65
9
chocowell.ps1
Normal file
9
chocowell.ps1
Normal 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
|
2
files/packages_DESKTOP-HK0UQ3S.txt
Normal file
2
files/packages_DESKTOP-HK0UQ3S.txt
Normal file
@ -0,0 +1,2 @@
|
||||
greenshot
|
||||
lightscreen
|
24
files/packages_all.txt
Normal file
24
files/packages_all.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user