mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
pure prompt with homebrew
This commit is contained in:
parent
5d2fb20cca
commit
a77724f7c1
@ -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 \
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user