diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-08 22:21:38 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-08 22:21:38 +0900 |
| commit | 551122e5da0f8ca51ffc7da0cb063c627f34ebf7 (patch) | |
| tree | 518ae49863b7e5650752527d2f5a2c8b378b2121 /README | |
| parent | 0d3da1f6237c6ab314569d50b7797ad3c68d11bc (diff) | |
| download | dotfiles-551122e5da0f8ca51ffc7da0cb063c627f34ebf7.tar.gz dotfiles-551122e5da0f8ca51ffc7da0cb063c627f34ebf7.tar.zst dotfiles-551122e5da0f8ca51ffc7da0cb063c627f34ebf7.zip | |
home-manager: manage font files by Nix
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -26,12 +26,11 @@ $ sudo apt upgrade $ ./bootstrap akashi +$ fc-cache -fv + $ 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 @@ -44,11 +43,10 @@ $ brew install libiconv $ ./bootstrap pc168 -$ brew install --cask alacritty - -$ 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 +$ brew install --cask alacritty + $ /usr/local/opt/ncurses/bin/infocmp tmux-256color > /var/tmp/tmux-256color.info $ tic -xe tmux-256color /var/tmp/tmux-256color.info |
