From 6f30f0167031358ce845e067a26d7a12e2cda0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?boggs=20=F0=9F=8C=8A?= <6130147+b-ggs@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:15:07 +0800 Subject: [PATCH] Skip starship install in Makefile (we already get it from Homebrew) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 06655b9..754b5ba 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ # zsh zsh-configure: - sh -c "$$(curl -fsSL https://starship.rs/install.sh)" -- --yes sh -c "$$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" rm -f $$HOME/.zshrc rm -f $$HOME/.zprofile