From 35e231b4749ad407b5f904a9e4cd735931f43391 Mon Sep 17 00:00:00 2001 From: Seth Etter Date: Sat, 13 Jun 2026 14:53:27 +0000 Subject: [PATCH] makefile not needed anymore, use zsh alias for brew bundle --- Makefile | 14 -------------- zsh/zshenv | 2 ++ 2 file(s) changed, 2 insertion(s)(+), 14 deletion(s)(-) diff --git a/Makefile b/Makefile deleted file mode 100644 --- a/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -.PHONY: default -default: brew ansible - -.PHONY: setup -setup: - brew install ansible - -.PHONY: ansible -ansible: - ansible-playbook playbooks/main.yml -i hosts - -.PHONY: brew -brew: - brew bundle --zap --force-cleanup diff --git a/zsh/zshenv b/zsh/zshenv --- a/zsh/zshenv +++ b/zsh/zshenv @@ -26,6 +26,8 @@ alias la="ls -laGh" +alias brewsync="brew bundle --zap --force-cleanup" + alias gl="git pull" alias gp="git push" alias gpf="git push --force-with-lease" -- tangled.sh