minor fixes

This commit is contained in:
Georgi Gardev
2024-03-07 11:15:38 +02:00
parent 613da9ca23
commit 16cb2c0607
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ cask 'datweatherdoe'
cask 'figma'
cask 'firefox'
cask 'font-caskaydia-cove-nerd-font'
cask 'forklift'
# cask 'forklift' # -- use older version
cask 'gifox'
cask 'google-chrome'
cask 'iterm2'
+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