new-install

Notes on OS intalls
git clone https://git.bracken.jp/new-install.git
Log | Files | Refs | LICENSE

commit b60b628445eada7648ae08b8a57468f2b928f1ea
parent ec3bbef38b206d83bc089a14728df952e59c6313
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  2 Aug 2021 09:46:26 -0700

FreeBSD: Install noto rather than sub-packages

The noto-basic package includes Noto Mono, but not its newer replacement
Noto Sans Mono, which is part of noto-extra. Noto Sans Mono has some
major improvements that make it better for programming, such as a
slashed zero.

The noto meta-package also includes sub-packages that add support for
not only Japanese, but also Korean and HK, Traditional, and Simplified
Chinese. Even though I'm unlikely to ever write Korean or Chinese, it's
nice to not have mojibake issues for those languages.

Diffstat:
Mfreebsd_install.md | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/freebsd_install.md b/freebsd_install.md @@ -366,8 +366,7 @@ Install fonts: pkg install webfonts pkg install twemoji-color-font-ttf - pkg install noto-basic - pkg install noto-jp + pkg install noto pkg install ja-font-ipa ja-font-ipa-uigothic ja-font-ipaex Install Firefox web browser: @@ -423,8 +422,7 @@ Install fonts: pkg install webfonts pkg install twemoji-color-font-ttf - pkg install noto-basic - pkg install noto-jp + pkg install noto pkg install ja-font-ipa ja-font-ipa-uigothic ja-font-ipaex Then refresh the font cache: