mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-07-25 03:55:55 -04:00
support codespaces
This commit is contained in:
@@ -7,6 +7,9 @@ if test ! "$(uname)" = "Darwin"; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Ask for the administrator password upfront
|
||||
sudo -v
|
||||
|
||||
# Make sure macOS is fully up to date before doing anything
|
||||
sudo softwareupdate --install --all
|
||||
|
||||
@@ -25,6 +28,9 @@ if test ! "$(which brew)"; then
|
||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
fi
|
||||
|
||||
# fix zplug
|
||||
ln -s "$(brew --prefix)/opt/zplug" ~/.zplug
|
||||
|
||||
# Disable analytics
|
||||
# https://docs.brew.sh/Analytics
|
||||
brew analytics off
|
||||
|
||||
Reference in New Issue
Block a user