LoginSignup
1
0

More than 3 years have passed since last update.

Ubuntuで演算子が判別しやすくなる FiraCodeフォント を使う

Last updated at Posted at 2017-02-09

before

before.png

after

after.png

フォントの導入

VS Code で使う

settings.json
{
    "editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
    "editor.fontLigatures": true
}

QTerminalの設定

apt install -y qterminal
qterminal

qterminal.png

対応ターミナル一覧

スクリーンショット_2017-02-10_05-51-33.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0