This commit is contained in:
2023-03-04 11:21:17 -05:00
parent 84ce050539
commit be4629662d
3 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
# This does not work inside of a make command.
bootstrap-homebrew: bootstrap-homebrew:
xcode-select --install | true xcode-select --install || true
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" $(shell "$(PWD)/install-brew.sh")
chmod -R go-w $(brew --prefix) chmod -R go-w $(brew --prefix)
bootstrap-brews: bootstrap-brews:

3
install-brew.sh Executable file
View File

@@ -0,0 +1,3 @@
#/bin/bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

View File

@@ -15,8 +15,8 @@ brew "figlet" # for ascii art / text
brew "gh" # Github CLI brew "gh" # Github CLI
brew "git" brew "git"
brew "mas" # Mac AppStore apps from cli brew "mas" # Mac AppStore apps from cli
brew "neovim" #brew "neovim"
brew "node" # required for some LSP servers in neovim #brew "node" # required for some LSP servers in neovim
brew "pure" # for cli prompt brew "pure" # for cli prompt
brew "ripgrep" brew "ripgrep"
brew "stow" # for dotfile linking / placement. brew "stow" # for dotfile linking / placement.