mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2025-09-05 21:00:42 +00:00
check for brew
This commit is contained in:
2
install
2
install
@@ -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 --no-lockfile --file ./files/Brewfile
|
||||
brew bundle --no-lock --file ./files/Brewfile
|
||||
|
||||
# iTerm2
|
||||
defaults write com.googlecode.iterm2.plist PrefsCustomFolder -string "~/.dotfiles/files/iterm2"
|
||||
|
Reference in New Issue
Block a user