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
# 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
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 \

View File

@ -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)"