Skip to content

Commit

Permalink
fix(brew): fix hoembrew file
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRichardH committed Dec 9, 2023
1 parent 482a377 commit 6bf8569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Brewfile for macOS and Linux
# brew bundle --file=~/Brewfile
# brew bundle --file=./Brewfile

# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/bundle'
tap 'jesseduffield/lazygit'
tap 'esolitos/ipa'

# Binaries
brew 'fish'
Expand All @@ -30,7 +31,7 @@ brew 'fzf'
brew 'gum' # A tool for glamorous shell scripts 🎀
brew 'lf' # Terminal file manager
brew 'pgformatter'
brew 'ms-jpq/sad/sad'
brew 'sad'
brew 'neofetch'
brew 'gnu-sed' # for the neovim plugin -> nvim-pack/nvim-spectre
brew 'yq' # dependency -> joshmedeski/tmux-nerd-font-window-name
Expand Down
2 changes: 1 addition & 1 deletion Brewfile-macOS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Brewfile for macOS
# brew bundle --file=~/Brewfile-macOS
# brew bundle --file=./Brewfile-macOS

tap 'koekeishiya/formulae'
tap 'teamookla/speedtest'
Expand Down

0 comments on commit 6bf8569

Please sign in to comment.