From a77724f7c19389787be94b528acbf03aafd015bf Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 24 Jun 2022 22:00:09 +0100 Subject: [PATCH] pure prompt with homebrew --- bin/install-brew.sh | 4 ++-- bin/install.sh | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/install-brew.sh b/bin/install-brew.sh index 7428464..0c0409b 100755 --- a/bin/install-brew.sh +++ b/bin/install-brew.sh @@ -4,7 +4,7 @@ #sudo chown -R "$USER" /usr/local # Install Homebrew -ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Make sure we’re using the latest Homebrew brew update @@ -19,13 +19,13 @@ brew install \ zsh-syntax-highlighting \ zsh-autosuggestions \ git \ - node \ wget \ gpg \ nvm \ pinentry-mac \ openssl \ tor \ + pure \ python \ rclone \ rsync \ diff --git a/bin/install.sh b/bin/install.sh index e318cb2..109d04f 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -60,8 +60,6 @@ if ! grep -F -q '/usr/local/bin/zsh' /etc/shells; then chsh -s /usr/local/bin/zsh; fi; -npm i -g pure-prompt - echo "$(tput setaf 64)=============================================" echo " ✓ all done" echo "=============================================$(tput sgr0)"