blob: 6728f6ebe3bb7af0264a3015695e0a6dddebd249 (
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
37
38
39
40
41
42
43
44
45
46
47
48
|
macOS (homebrew)
```
$ brew update
$ brew install \
python \
;
$ brew install --cask \
alacritty \
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
$ /usr/local/opt/ncurses/bin/infocmp tmux-256color > /var/tmp/tmux-256color.info
$ tic -xe tmux-256color /var/tmp/tmux-256color.info
$ go install github.com/rhysd/vim-startuptime@latest
# Restart your machine.
```
Ubuntu (apt)
```
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install \
python-is-python3 \
;
$ sudo adduser $(whoami) docker
$ cargo install alacritty
$ go install github.com/rhysd/vim-startuptime@latest
```
# ./bootstrap <host>
# nix flake update
# nix store gc
# home-manager switch --flake ".#ken"
|