Skip to content

Instantly share code, notes, and snippets.

@sgur
Last active April 5, 2018 09:36
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 sgur/0059b6369bccdfffeb1fd0136bd5f9e9 to your computer and use it in GitHub Desktop.
Save sgur/0059b6369bccdfffeb1fd0136bd5f9e9 to your computer and use it in GitHub Desktop.

README

Chocolatey インストール後、パッケージをインストールする前の準備

choco feature enable --name=useRememberedArgumentsForUpgrades

個別インストールするパッケージ

デバイスドライバー

  • NVidia Display Driver (nvidia-display-driver)
  • Geforce Game Ready Driver (geforce-game-ready-driver)

開発言語・実行環境

  • Go (golang)
  • JRE (jre8 --params '"/exclude:32"')
  • Node.JS
    • Current (nodejs)
    • LTS (nodejs-lts)
  • Python3 (python3 --params '"/InstallDir:C:\tools\python3"')

ブラウザ

  • Chrome (GoogleChrome)
  • Firefox (Firefox)

開発ツール

  • Dependency Walker (dependencywalker)
  • dnSpy (dnspy)
  • GNU Global (global)
  • ilSpy (ilspy)
  • Inno Setup (innosetup)
  • Insomnia (insomnia-rest-api-client)
  • jq (jq)
  • LinqPad (linqpad) → Xamarin Workbook も検討する
  • ReSharper (resharper)
  • Resource Hacker (reshack)
  • Selenium
    • Chrome Driver (selenium-chrome-driver)
    • IE Driver (selenium-ie-driver)
  • SQL Server Management Studio (sql-server-management-studio)
  • Yarn (yarn)
  • Postman (postman)
  • P4Merge (p4merge)

ユーティリティ

  • FileZilla (filezilla)
  • Everything (everything)
  • Listary (listary)
  • OptiPNG (OptiPNG)
  • Putty (putty)
  • procman (procman)
  • QuickLook (quicklook)
  • Rapid Environment Editor (rapidee) Win7 のみ
  • SharpKeys (sharpkeys)
  • TailBlazer (tailblazer)
  • USBDeview (usbdeview)
  • Greenshot (greenshot)
  • ScreenToGif (screentogif)

その他

  • Google Play Music Desktop Player(gpmdp)

注意事項

curl について

WinSSL でエラーが発生する可能性がある (↓)

curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) -

その場合、 --ssl-no-revoke をつけるか、 ~/_curlrc に以下の行を追加する (Can't connect to Fiddler proxy if using WinSSL backend #264 のコメント参照)

ssl-no-revoke
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="7zip" />
<package id="clink" />
<package id="corvusskk" />
<package id="ctags" />
<package id="curl" />
<package id="ditto" />
<package id="FiraCode" />
<package id="fzf" />
<package id="git" packageParameters="/NoShellIntegration /SChannel" />
<package id="keepass" />
<package id="keepass-keepasshttp" />
<package id="linkshellextension" />
<package id="quicklook" />
<package id="ripgrep" />
<package id="sumatrapdf.install" />
<package id="visualstudiocode" packageParameters="/NoDesktopIcon /NoContextMenuFiles /NoContextMenuFolders" />
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment