diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-06 23:34:23 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-06 23:34:23 +0900 |
| commit | 915e8964bbcf89822e03153024fd30eb0119e01e (patch) | |
| tree | 904875c3ad01c878495423fa7dcb785e6a4018e0 /README | |
| parent | ecefe39f714b7b1170be022465cfa98c1727dcbb (diff) | |
| download | dotfiles-915e8964bbcf89822e03153024fd30eb0119e01e.tar.gz dotfiles-915e8964bbcf89822e03153024fd30eb0119e01e.tar.zst dotfiles-915e8964bbcf89822e03153024fd30eb0119e01e.zip | |
alacritty: use Source Han Code JP in Ubuntu
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -29,6 +29,9 @@ $ ./bootstrap akashi $ sudo adduser $(whoami) docker $ cargo install alacritty + +$ curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share/fonts}"/SourceHanCodeJP.ttc --create-dirs https://github.com/adobe-fonts/source-han-code-jp/releases/latest/download/SourceHanCodeJP.ttc +$ fc-cache -fv ``` ## PC 168 @@ -43,8 +46,7 @@ $ ./bootstrap pc168 $ brew install --cask alacritty -# Latest version: https://github.com/adobe-fonts/source-han-code-jp/releases/latest -$ curl -fLo ~/Library/Fonts/SourceHanCodeJP.ttc --create-dirs https://github.com/adobe-fonts/source-han-code-jp/releases/download/2.012R/SourceHanCodeJP.ttc +$ curl -fLo ~/Library/Fonts/SourceHanCodeJP.ttc --create-dirs https://github.com/adobe-fonts/source-han-code-jp/releases/latest/download/SourceHanCodeJP.ttc $ sudo atsutil databases -remove $ /usr/local/opt/ncurses/bin/infocmp tmux-256color > /var/tmp/tmux-256color.info |
