aboutsummaryrefslogtreecommitdiff
path: root/scripts/init-macos.sh
blob: 1e73cfef1efef8f324113f3bee639e27a4b839d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

brew install \
    git \
    nnn \
    fzf \
    navi \
    tmux \
    tig

brew install --cask \
    macvim \
    flameshot