From 46ab23299b97da59a42069902020aa7525049d10 Mon Sep 17 00:00:00 2001 From: rohhie Date: Mon, 9 Oct 2023 14:32:02 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=AC=E6=98=8E=E6=96=87=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9834c85..196a114 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# toybox +# Toybox +## cpp.sh + +トラブルが発生したときに、Linuxのttyにログインして操作していたところ、lsで表示されるディレクトリ名が青で見づらかった。 +このとき、色を少し明るくして判別できる程度にしようという試み。 +``` +loadkeys jp +wget https://gitea.rohhie.net/rohhie/toybox/raw/branch/main/ccp.sh +bash ccp.sh +``` +キーボードを一時的に日本語レイアウトにして、ccp.shをダウンロードして実行し、カラーパレットを変更する。 + +詳細は[こちら](https://rohhie.net/ubuntu22-04-changing-the-console-color/)。 \ No newline at end of file