Created
April 9, 2018 13:25
-
-
Save z81/eabc72885f614cfda091216f90d44d88 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@powershell -NoProfile -ExecutionPolicy Bypass -File "install.ps1" | |
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------- 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