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

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

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