mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Initial commit
This commit is contained in:
21
brew.sh
Normal file
21
brew.sh
Normal file
@@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install command-line tools using Homebrew.
|
||||
|
||||
# Make sure we’re using the latest Homebrew.
|
||||
brew update
|
||||
|
||||
# Upgrade any already-installed formulae.
|
||||
brew upgrade
|
||||
|
||||
# Save Homebrew’s installed location.
|
||||
BREW_PREFIX=$(brew --prefix)
|
||||
|
||||
brew install git
|
||||
brew install nvim
|
||||
brew install ripgrep
|
||||
brew install fzf
|
||||
brew install direnv
|
||||
brew install pyenv
|
||||
brew install starship
|
||||
brew install jq
|
Reference in New Issue
Block a user