Browse Source

Brewfile: add gnu-sed

ubuntu_ci
Ein Verne 4 years ago
parent
commit
63197a82c2
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 1
      Brewfile
  2. 1
      Brewfile-essentials

1
Brewfile

@ -18,6 +18,7 @@ brew "zsh"
brew "zsh-completions" brew "zsh-completions"
brew "tmux" brew "tmux"
brew "gnupg" brew "gnupg"
brew "gnu-sed"
# https://github.com/junegunn/fzf # https://github.com/junegunn/fzf
brew "fzf" brew "fzf"
# https://github.com/ggreer/the_silver_searcher # https://github.com/ggreer/the_silver_searcher

1
Brewfile-essentials

@ -13,6 +13,7 @@ brew "ghq"
brew "git" brew "git"
brew "git-delta" brew "git-delta"
brew "git-flow" brew "git-flow"
brew "gnu-sed"
brew "jq" brew "jq"
brew "mackup" brew "mackup"
brew "magic-wormhole" brew "magic-wormhole"

Loading…
Cancel
Save