summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/packages/shell.nix
blob: 154a8e578a2f263cbf4cbb8088590fa07739ffd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  homebrew.brews = [
    "zsh-autosuggestions"
    "zsh-vi-mode"
    "zoxide"
    "fzf"
    "yq"
    "asciinema"
    "agg"
  ];
}