TranslateProject/published/202304/20230405.4 ⭐️⭐️ Our favorite fonts for the Linux terminal.md
2023-05-01 10:31:53 +08:00

154 lines
7.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[#]: subject: "Our favorite fonts for the Linux terminal"
[#]: via: "https://opensource.com/article/23/4/linux-terminal-fonts"
[#]: author: "Jim Hall https://opensource.com/users/jim-hall"
[#]: collector: "lkxed"
[#]: translator: "Taivasjumala"
[#]: reviewer: "wxy"
[#]: publisher: "wxy"
[#]: url: "https://linux.cn/article-15715-1.html"
大家最喜欢的 Linux 终端字体
======
![][0]
> 这是一个完全主观的列表,可以为你的 Linux 控制台提供一些有趣的字体建议。
最近,终端模拟器成为我的一个话题,它让我思考:大家最喜欢的终端字体是什么?
因此,我请贡献者分享了他们喜欢使用的字体。以下是他们的答案。
### VT323
我喜欢在我的 GNOME 终端中使用一个不一样的字体([VT323][1]而不是在我的编程时用的编辑器或其他使用等宽字体的应用程序中使用的字体Source Code Pro。我就是喜欢经典的 VT 风格字体的外观。
有时,我会切换到原始的 IBM EGA 字体,因为在我眼里它看起来真的很漂亮。但是我把 EGA 和 DOS 联系在一起,把 VT323 和经典的 Unix 终端联系在一起,所以我大部分时间都用 VT323。下面是我使用 VT323 作为等宽字体的 GNOME 终端的屏幕截图:
![gnome-terminal1108×926 output][2]
我设置终端使用 24pt 大小的 VT323 字体,使得终端界面呈现一个舒适的大窗口。如果我要打开一个终端窗口,我其实是想使用它来些实实在在的工作,而不是敲两下就退出。我可能会在那个终端窗口呆一段时间,所以它应该很大,很容易看到。我也更喜欢 80x25 布局(每行 80 个字符,共 25 行),因为我是一个老式 DOS 命令行玩家25 行在我看来才是 “正确的” 行数:
![preference profile screen - text appearance][3]
—— [Jim Hall][4]
### 等宽的字体
我不觉得我会只使用一个特定的字体。我通常使用 [DejaVu][5] 或 [Liberation][6]。我喜欢等宽字体,因为它们更容易阅读。不过,我也不希望字母靠得太近。更重要的是,要能够区分数字 1 和小写的 L、数字 O 和大小的字母 Q 等等。另外,让所有特殊字符都能特别清楚地显示出来也很好。
我也喜欢让字体和背景之间呈现高对比度,所以我将背景设置为黑色,字符设置为白色。
—— [Greg Pittman][7]
### Hack
我喜欢使用等宽字体,特别是在终端和代码编辑器中,因为它们更容易阅读。我使用 [Hack][8] 系列字体已经很多年了。它提供了一个很好的等宽字体,并提供了额外的字形和 Powerline 支持,我可以用它们在命令行上提供一些状态信息。
![Command line][9]
这是用 [Fontpreview tool][10] 工具生成的字体预览。
![Display of font A-Z and the numbers][11]
—— [Ricardo Gerardi][12]
### Victor Mono
我在终端和 IDE 中使用 [Victor Mono][13] 已经好几年了。斜体的等宽手写体可能不是一开始就会喜欢上的,我喜欢这样,因为这让代码注释的外观很独特,与代码的其余部分明显不同。下面是它在终端中的样子:
![terminal font is italic characters in a monospace cursive script][14]
我在 IDE 和终端使用了 Solarized Dark 配色方案。如果可以的话,任何与工作或代码相关的东西都会使用相同的配色方案和相同的字体,所以一切看起来都很统一。这些年来,我使用了各种字体,但我总是试图在我的终端中使用与 IDE 中相同的字体。
—— [Chris Reynolds][15]
### Monaco
目前,我用 16pt 大小的 Monaco 常规字形。(要比 12pt 或是 14pt 大小好多了。)
—— [Jenny Panighetti][16]
### 用粉红色来装点
这让我想起了有一次我恶作剧把团队里的其他开发者的终端都改成了粉红色(我是里面唯一的女性),一个婴儿粉的背景与深粉红色的文字的搭配。
我喜欢把我的个人终端弄得漂漂亮亮的,但在工作中,我会用黑底白字,并把字体弄成 16pt 左右,因为我喜欢较大的字体尺寸。
我总是把我的终端设置为 SF Mono 字体,但我把它加粗,并增大了一点,以便我可以更好地看到它。我最喜欢的颜色是粉红色或漂亮的水蓝色。我也喜欢终端的默认风格,它叫做 “Novel”。
![Two open terminals, one pink and one aqua blue][17]
—— [RachieVee][18]
### 万事不决,问 ChatGPT
对于这个问题,我决定问问 [ChatGPT][19]。以下是它的回答:
> 作为一个语言模型,我没有个人偏好,也没有能力拥有一种最喜欢的字体。但是,有一些流行的终端字体,包括 Monospace、Consolas 和 Inconsolata。这些字体很受欢迎因为它们易于阅读不同字符之间有明显的区别即使在字体大小比较小的情况下也非常清晰。此外它们被设计为适配在各种不同的操作系统和终端中得到更好的呈现使它们成为开发人员和用户的通用选择。
我部分使用 GPT-3 生成了这段文字GPT-3 是 OpenAI 的大规模语言生成模型。在生成草稿后,作者可以根据自己的喜好审查、编辑和修改,以符合个人的喜好,并对最终发布的内容承担最终责任。
—— [Stephanie Brinley][20]
### Fantasque Sans Mono
```
$ grep font ~/.Xdefaults
URxvt*font: xft:FantasqueSansMono-Regular:pixelsize=12:antialias=true
```
我不记得我是什么时候开始使用 [Fantasque Sans Mono][21] 的,但我想这是我过去 8 年来的默认选择,无论是在 [Rxvt][22] 还是 Konsole 中。我不知道我在 GNOME 终端中使用的是什么字体,很可能是 GNOME 上的默认字体。
—— [Seth Kenlon][23]
### Jetbrains Mono
最近,我将 Tilix 设置为默认终端。我的 Tilix 配置与 Jim Hall 使用的设置类似。几个不同点是:
- 光标形状是下划线而不是块
- 字体是 [Jetbrains Mono][24] Nerd Font Mono Medium 14
![Black terminal with blue text][25]
—— [Alan Formy-Duval][26]
--------------------------------------------------------------------------------
via: https://opensource.com/article/23/4/linux-terminal-fonts
作者:[Jim Hall][a]
选题:[lkxed][b]
译者:[Taivas Jumala](https://github.com//Taivasjumala)
校对:[wxy](https://github.com/wxy)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://opensource.com/users/jim-hall
[b]: https://github.com/lkxed/
[1]: https://fontsource.org/fonts/vt323
[2]: https://opensource.com/sites/default/files/2023-01/gnome-terminal1108%C3%97926.png
[3]: https://opensource.com/sites/default/files/2023-01/gnome-terminal-vt323848%C3%97661.png
[4]: https://opensource.com/users/jim-hall
[5]: https://fontsource.org/fonts/dejavu-mono
[6]: https://github.com/liberationfonts
[7]: https://opensource.com/users/greg-p
[8]: https://sourcefoundry.org/hack/
[9]: https://opensource.com/sites/default/files/2023-01/Geradi%201.png
[10]: https://github.com/sdushantha/fontpreview
[11]: https://opensource.com/sites/default/files/2023-01/fontpreview_default.png
[12]: https://opensource.com/users/rgerardi
[13]: https://rubjo.github.io/victor-mono/
[14]: https://opensource.com/sites/default/files/2023-01/reynolds1.png
[15]: https://opensource.com/users/jazzsequence
[16]: https://twitter.com/elvenjen
[17]: https://opensource.com/sites/default/files/2023-01/pink-blue.webp
[18]: https://opensource.com/users/rachievee
[19]: https://opensource.com/article/23/2/chatgpt-vs-community
[20]: https://opensource.com/users/sbrinley
[21]: https://github.com/belluzj/fantasque-sans
[22]: https://opensource.com/article/19/10/why-use-rxvt-terminal
[23]: https://opensource.com/users/seth
[24]: https://www.jetbrains.com/lp/mono/
[25]: https://opensource.com/sites/default/files/2023-01/alan.png
[26]: https://opensource.com/users/alanfdoss
[0]: https://img.linux.net.cn/data/attachment/album/202304/12/162240yvgnvohomg7nrnno.jpg