mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
split homebrew bundle files
This commit is contained in:
16
homebrew/core.Brewfile
Normal file
16
homebrew/core.Brewfile
Normal file
@ -0,0 +1,16 @@
|
||||
# Core Packages
|
||||
|
||||
brew "fish" # My shell
|
||||
brew "neovim" # My editor
|
||||
brew "git" # Latest git
|
||||
brew "exa" # Better ls
|
||||
brew "tmux" # Terminal panes and windows
|
||||
brew "tealdeer" # Mini man page
|
||||
brew "starship" # Shell prompt
|
||||
brew "ripgrep" # Faster, better grep
|
||||
brew "fzf" # Fuzzy finder
|
||||
brew "fd" # Faster, better find
|
||||
brew "sd" # Faster, better sed
|
||||
brew "bat" # Better cat
|
||||
brew "zoxide" # Better autojump
|
||||
brew "node" # Ugh, nodejs (for Vim CoC)
|
Reference in New Issue
Block a user