Skip to content

Commit

Permalink
Brewfile: move bottom to Rust section
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Oct 4, 2023
1 parent b557616 commit bc92b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ if OS.mac?
end

# Utilities
brew "bottom"
brew "keychain" if OS.mac?
brew "lazygit"
brew "pre-commit"
Expand All @@ -24,8 +23,9 @@ brew "tmux"
brew "z"

# Don't have bottles for Rust
unless OS.mac? && MacOS.version < :mojave
unless OS.mac? && MacOS.version < :big_sur
brew "bat"
brew "bottom"
brew "fd"
brew "ripgrep"
end
Expand Down

0 comments on commit bc92b64

Please sign in to comment.