1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-30 13:41:52 +02:00

homebrew tweaks

This commit is contained in:
Matthias Kretschmann 2015-08-08 23:31:44 +02:00
parent 58a285f5d5
commit 77a889ae23

View File

@ -1,5 +1,8 @@
#!/bin/bash
# give me /usr/local first
sudo chown -R $USER /usr/local
# Install Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
@ -7,7 +10,7 @@ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/
brew update
# Upgrade any already-installed formulae
brew upgrade
brew upgrade --all
# Install what we need
brew install coreutils
@ -25,3 +28,6 @@ brew install tor
# Link gpg to gpg2
ln -s /usr/local/bin/gpg2 /usr/local/bin/gpg
# Remove outdated versions from the cellar.
brew cleanup