Chocolateyを使って端末をセットアップした
Chocolateyを使って、ドライバ・セキュリティソフトを入れたあとのWindows7端末へ、必要なソフトウェアをセットアップしました。
設定ファイル
packages.config
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="lhaplus" /> | |
<package id="windowslivemail" /> | |
<package id="adobereader" /> | |
<package id="googlejapaneseinput" /> | |
<package id="git" /> | |
<package id="google-chrome-x64 " /> | |
<package id="firefox" /> | |
<package id="flashplayerplugin" /> | |
<package id="flashplayeractivex" /> | |
<package id="skype" /> | |
<package id="vmwareplayer" /> | |
<package id="teraterm" /> | |
<package id="sourcetree" /> | |
<package id="jdk8" /> | |
<package id="maven" /> | |
<package id="sbt" /> | |
<package id="sublimetext2.app" /> | |
<package id="intellijidea-community" /> | |
<package id="winmerge-jp" /> | |
<package id="winshot" /> | |
<package id="mpc-hc" /> | |
<package id="procexp" /> | |
<package id="imagemagick" /> | |
<package id="paint.net" /> | |
<package id="inkscape -version 0.91" /> | |
<package id="audacity" /> | |
</packages> |
セットアップBAT ※管理者権限で実行
setup.bat
This file contains hidden or 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
@where choco | |
if errorlevel 1 powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" | |
cinst -y "packages.config" | |
pause |
注意点
- Google日本語入力は、インストール後ダイアログが表示された
- WindowsLiveMailは英語版がインストールされた