dotfiles/brew.sh
2022-05-25 10:52:26 +02:00

24 lines
423 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# Install command-line tools using Homebrew.
# Make sure were using the latest Homebrew.
brew update
# Upgrade any already-installed formulae.
brew upgrade
# Save Homebrews installed location.
BREW_PREFIX=$(brew --prefix)
brew install git
brew install nvim
brew install ripgrep
brew install fzf
brew install direnv
brew install jq
brew install ctags
# Post install
$(brew --prefix)/opt/fzf/install