aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.txt
blob: 34cf0e8523298e2cebb8876f650e5d34f4722206 (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
macOS (homebrew)

```
$ brew install \
    alacritty \
    bash \
    bat \
    cmake \
    curl \
    emacs \
    fd \
    gcc \
    git \
    jq \
    pandoc \
    python \
    ripgrep \
    ruby \
    tmux \
    tokei \
    tree \
    vim \
    zsh \
    ;

$ brew install --cask \
    alacritty \
    emacs \
    keepassxc \
    ;
```