説明文を追加

main
rohhie 2023-10-09 14:32:02 +09:00
parent f29df7f1ea
commit 46ab23299b
1 changed files with 13 additions and 1 deletions

View File

@ -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/)。