blob: 8961aaa3cedabce0ff445b11467c797fb31dbcaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
macOS (homebrew)
```
$ brew install \
alacritty \
bash \
bat \
cmake \
curl \
fd \
gcc \
git \
jq \
neovim \
pandoc \
python \
ripgrep \
ruby \
tmux \
tokei \
tree \
vim \
zsh \
;
$ brew install --cask \
alacritty \
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.
```
|