Initial commit

This commit is contained in:
2021-04-26 10:32:19 +02:00
commit 2ac3e6e6cc
7 changed files with 134 additions and 0 deletions

21
brew.sh Normal file
View File

@@ -0,0 +1,21 @@
#!/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 pyenv
brew install starship
brew install jq