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
|
#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 we’re using the latest Homebrew
|
# Make sure we’re 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 \
|
||||||
|
@ -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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user