cleanup brew

This commit is contained in:
2023-02-23 19:32:29 +01:00
parent 89d80b1698
commit 3078e568be
2 changed files with 25 additions and 21 deletions

View File

@@ -36,7 +36,7 @@ if [[ $platform == "Darwin" ]]; then
if uninstalled brew; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
brew bundle --file ./files/Brewfile
brew bundle --no-lockfile --file ./files/Brewfile
# iTerm2
defaults write com.googlecode.iterm2.plist PrefsCustomFolder -string "~/.dotfiles/files/iterm2"