Skip to content

Instantly share code, notes, and snippets.

@realistschuckle
Last active October 19, 2016 21:00
Show Gist options
  • Save realistschuckle/1a85e6a1f1712c94e1ea to your computer and use it in GitHub Desktop.
Save realistschuckle/1a85e6a1f1712c94e1ea to your computer and use it in GitHub Desktop.
Application Reinstall
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap homebrew/dupes
echo "1password
atom
audacity
audacity-lame-library
camtasia
disk-inventory-x
gimp
google-drive
handbrake
hex-fiend
xquartz
inkscape
istat-menus
microsoft-office
moom
scribus
the-unarchiver
virtualbox
visual-studio-code
vlc
vmware-fusion
wacom-intuos-pro-tablet" | while read NAME
do
brew cask install $NAME
done
echo "bash-git-prompt
binutils
byobu
coreutils
diffutils
emacs
less
gawk
gnu-indent --with-default-names
gnu-sed --with-default-names
gnu-tar --with-default-names
gnu-which --with-default-names
git
git-flow
grep --with-default-names
gzip
node
openssl
screen
wget" | while read NAME
do
brew install $NAME
done
ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/
ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/
npm install -g gulp yo generator-aspnet
pushd ~/Downloads
wget https://dl.google.com/release2/q/canary/googlechrome.dmg
wget https://download-installer.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-aurora/firefox-51.0a2.en-US.mac.dmg
wget https://download.microsoft.com/download/0/A/3/0A372822-205D-4A86-BFA7-084D2CBE9EDF/dotnet-dev-osx-x64.1.0.0-preview2-003131.pkg
wget https://www.ghostery.com/safari/Ghostery.safariextz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment