windows10 concfgを使ってpowershellのテーマを変更する

windows10 concfgを使ってpowershellのテーマを変更する

scoopを使ってconcfgをインストールしてpowershellのテーマを変更する手順を記述してます。

環境

  • OS windows10 pro 64bit

concfgインストール

scoopを使ってインストールします。
※windows10のパッケージ管理 scoopをインストールする手順はこちら

scoop install concfg

concfg使用方法

こちらから好きなテーマを選択して、適応します。
※ここでは「solarized-light」を選択してます。

concfg import solarized-light

<出力結果>
Console settings were imported from 'solarized-light'
Overrides in the registry and shortcut files might interfere with your concfg settings. Would you like to find and remove them? (Y/n): y

powershellにテーマが適応されたことが確認できます。

別のテーマを適応してみます。

concfg import apathy

さきほど適応したから変更されたことが確認できます。

テーマをデフォルトに戻す場合は、下記となります。

## powershellをリセット
concfg import powershell-default

## コマンドプロントをリセット
concfg import cmd-default