aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.txt
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-20 09:34:37 +0900
committernsfisis <nsfisis@gmail.com>2021-11-20 09:34:37 +0900
commit718247eac35fa0cf749a19bf36df961f7269b2db (patch)
tree1acf23aaa6073c9f976b62c485a9e013f34793f6 /INSTALL.txt
parentbd845d4ce78b7bde020cf1efb541ad7d2b42f40e (diff)
downloaddotfiles-718247eac35fa0cf749a19bf36df961f7269b2db.tar.gz
dotfiles-718247eac35fa0cf749a19bf36df961f7269b2db.tar.zst
dotfiles-718247eac35fa0cf749a19bf36df961f7269b2db.zip
alacritty: change font to Source Han Code JP
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 68034b1..8961aaa 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -28,4 +28,9 @@ $ brew install --cask \
emacs \
keepassxc \
;
+
+# 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
+$ sudo atsutil databases -remove
+# Restart your machine.
```