minor fixes

This commit is contained in:
Georgi Gardev
2024-03-07 11:15:38 +02:00
parent d5694f106e
commit a1a8f36931
3 changed files with 5 additions and 8 deletions
+1 -4
View File
@@ -5,11 +5,8 @@ if test ! $(which brew); then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> $HOME/.bash_profile.local
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> $ZDOTDIR/.zshrc.local
eval "$(/opt/homebrew/bin/brew shellenv)"
fi
brew update
brew tap homebrew/bundle
brew bundle --file ./macos/Brewfile