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