pure prompt with homebrew

This commit is contained in:
Matthias Kretschmann 2022-06-24 22:00:09 +01:00
parent 5d2fb20cca
commit a77724f7c1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,7 @@
#sudo chown -R "$USER" /usr/local #sudo chown -R "$USER" /usr/local
# Install Homebrew # 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 were using the latest Homebrew # Make sure were using the latest Homebrew
brew update brew update
@ -19,13 +19,13 @@ brew install \
zsh-syntax-highlighting \ zsh-syntax-highlighting \
zsh-autosuggestions \ zsh-autosuggestions \
git \ git \
node \
wget \ wget \
gpg \ gpg \
nvm \ nvm \
pinentry-mac \ pinentry-mac \
openssl \ openssl \
tor \ tor \
pure \
python \ python \
rclone \ rclone \
rsync \ rsync \

View File

@ -60,8 +60,6 @@ if ! grep -F -q '/usr/local/bin/zsh' /etc/shells; then
chsh -s /usr/local/bin/zsh; chsh -s /usr/local/bin/zsh;
fi; fi;
npm i -g pure-prompt
echo "$(tput setaf 64)=============================================" echo "$(tput setaf 64)============================================="
echo " ✓ all done" echo " ✓ all done"
echo "=============================================$(tput sgr0)" echo "=============================================$(tput sgr0)"