mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +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:
|
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
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 "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.
|
||||||
|
|||||||
Reference in New Issue
Block a user