Skip to content

Instantly share code, notes, and snippets.

@m5knt
Last active March 3, 2017 09:26
Show Gist options
  • Save m5knt/65f3be45d5eb7f31f1cd9b79ffc5f73a to your computer and use it in GitHub Desktop.
Save m5knt/65f3be45d5eb7f31f1cd9b79ffc5f73a to your computer and use it in GitHub Desktop.
powershellで初回やる内容
# コピペで実行
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Install-PackageProvider NuGet -Force -ForceBootstrap -Scope CurrentUser
Install-Module PowerShellGet -Force -AllowClobber -Scope CurrentUser
Install-Module ChocolateyGet -Force -AllowClobber -Scope CurrentUser
# 管理者起動
Install-Package NuGet.CommandLine -Provider ChocolateyGet
Install-Package ChocolateyGUI -Provider ChocolateyGet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment