Initial commit

This commit is contained in:
2021-12-11 19:54:00 -05:00
parent 12704c7caf
commit 2a66bd1116
24 changed files with 3236 additions and 0 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
install-brew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
install-brew-recipes:
@brew install stow \
httpie \
zsh
install-brew-casks:
@brew install --cask docker \
google-chrome
stow:
@stow --stow --verbose --target ~ */
fresh-install: install-brew install-brew-recipes install-brew-casks stow