mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
wip
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,6 +1,7 @@
|
||||
# This does not work inside of a make command.
|
||||
bootstrap-homebrew:
|
||||
xcode-select --install | true
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
xcode-select --install || true
|
||||
$(shell "$(PWD)/install-brew.sh")
|
||||
chmod -R go-w $(brew --prefix)
|
||||
|
||||
bootstrap-brews:
|
||||
|
||||
3
install-brew.sh
Executable file
3
install-brew.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#/bin/bash
|
||||
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
@@ -15,8 +15,8 @@ brew "figlet" # for ascii art / text
|
||||
brew "gh" # Github CLI
|
||||
brew "git"
|
||||
brew "mas" # Mac AppStore apps from cli
|
||||
brew "neovim"
|
||||
brew "node" # required for some LSP servers in neovim
|
||||
#brew "neovim"
|
||||
#brew "node" # required for some LSP servers in neovim
|
||||
brew "pure" # for cli prompt
|
||||
brew "ripgrep"
|
||||
brew "stow" # for dotfile linking / placement.
|
||||
|
||||
Reference in New Issue
Block a user