Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/common/configuration-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
# modify appearance of dock: remove standard icons, add chrome and iTerm
if ! dockutil ; then
# dockutil is not installed
brew install --cask hpedrorodrigues/tools/dockutil
brew install dockutil
fi
dockutil --list | awk -F\t '{print "dockutil --remove \""$1"\" --no-restart"}' | sh
dockutil --add /Applications/Google\ Chrome.app --no-restart
Expand Down
2 changes: 1 addition & 1 deletion scripts/common/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cp -n files/.git-authors ~/.git-authors || true

echo "Installing git UI tools"
set +e # Optional; don't exit if they fail
brew install --cask rowanj-gitx
brew install gitx
brew install --cask sourcetree
brew install --cask gitup
set -e
4 changes: 0 additions & 4 deletions scripts/common/homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ echo
echo "Ensuring your Homebrew directory is writable..."
sudo chown -Rf $(whoami) $(brew --prefix)/*

echo
echo "Installing Homebrew services..."
brew tap homebrew/services

echo
echo "Adding Pivotal tap to Homebrew"
brew tap pivotal/tap
Expand Down
1 change: 0 additions & 1 deletion scripts/opt-in/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ echo "Installing Golang Development tools"

mkdir -p ~/go/src
brew install go
brew install dep
brew install --cask goland

#source ${MY_DIR}/scripts/common/download-jetbrains-ide-prefs.sh
Expand Down