oki2a24 / .chocolatey

Windows 10 において、Chocolatey を使ったパッケージインストールを行います。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.chocolatey

Windows 10 において、Chocolatey を使ったパッケージインストールを行います。

動作確認環境

  • エディション: Windows 10 Pro
  • バージョン: 1809

使い方。Git が使用できない場合

この方法では、Git がインストールされます。

Windows PowerShell (管理者) を起動 (Windows+X, A) し、任意のフォルダへ移動

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/oki2a24/.chocolatey/master/bin/download_install.ps1'))

使い方。Git が使用できる場合

Windows PowerShell で Git が使用できる場合は、次のようにして使用できます。

Windows PowerShell (管理者) を起動 (Windows+X, A) し、任意のフォルダへ移動

git clone https://github.com/oki2a24/.chocolatey.git
Set-ExecutionPolicy Bypass -Scope Process -Force; .\.chocolatey\install.ps1

About

Windows 10 において、Chocolatey を使ったパッケージインストールを行います。

License:MIT License


Languages

Language:PowerShell 100.0%