Skip to content

Instantly share code, notes, and snippets.

@z81
Created April 9, 2018 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z81/eabc72885f614cfda091216f90d44d88 to your computer and use it in GitHub Desktop.
Save z81/eabc72885f614cfda091216f90d44d88 to your computer and use it in GitHub Desktop.
@powershell -NoProfile -ExecutionPolicy Bypass -File "install.ps1"
pause
$soft = Get-Content 'soft.txt'
ForEach($s in $soft) {
Echo "install $($s)"
$a = Start-Process -FilePath "choco.exe" -Wait -passthru "install $($s) -y" -WindowStyle Hidden
}
-------- Programs -------
kitty.portable
trillian
processhacker
aimp
vlc
googlechrome
firefox
opera
maxthon
skype
keepass.install
7zip.install
clover
procexp
teamviewer
paint.net
virtualbox
virtualbox.extensionpack
wireshark
innosetup
defraggler
steam
evernote
winscp.install
totalcommander
inkscape
sumatrapdf
cpu-z
procmon
mpc-hc
teracopy
lastpass
autoruns
revo.uninstaller
rainmeter
unetbootin
sandboxie.install
telegram.install
ext2fsd
mediamonkey
dropbox
f.lux
ultraiso
obs
startmenu8
lightshot
amigo
:D
------- Libs ----------
flashplayerplugin
flashplayeractivex
javaruntime
jre8
jdk8
powershell
vcredist2008
vcredist2010
vcredist2012
vcredist2013
vcredist2015
dotnet3.5
dotnet4.6
------ Dev tools ------
visualstudiocommunity2013
conemu
python
ruby
putty
atom
curl
mysql.workbench
fiddler
python2
git.install
wget
gittfs
git-lfs
github
vagrant
php
nodejs.install
phantomjs
resharper
dotpeek
pip
pscx
ant
mongodb
docker
ilspy
yeoman
golang
jenkins
nmap
sqlite
sqlite.shell
postgresql
pycharm-community
webstorm
mono
sqliteadmin
arduino
mariadb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment