Skip to content

Commit

Permalink
Skip starship install in Makefile (we already get it from Homebrew)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Nov 10, 2024
1 parent 5dd9c44 commit 6f30f01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6f30f01

Please sign in to comment.