Current node, php7 with custom openssl

main
Steffen Rademacker 8 years ago
parent 440e6a0490
commit 94cf3bb8d8

@ -17,11 +17,8 @@ export PATH=/usr/local/bin:/usr/local/sbin:$PATH
# install some neccessary brew packages
brew install clipper
brew install coreutils
brew install fasd
brew install git
brew install thefuck
brew install tmux
brew install tree
brew install zsh
# install macvim and neobundle for vim

@ -1,11 +1,13 @@
#!/usr/bin/env bash
brew tap homebrew/dupes
brew tap homebrew/php
brew tap homebrew/versions
brew tap caskroom/versions
# install additional brew packages -- see _install.sh too
brew install composer
brew install curl
brew install fasd
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac
brew install git-extras
brew install git-flow
@ -13,12 +15,14 @@ brew install imagemagick
brew install mariadb
brew install mozjpeg
brew install nginx --with-http2
brew install php70
brew install openssl
brew install php70 --with-homebrew-curl --with-homebrew-openssl
brew install php70-intl
brew install php70-mcrypt
brew install ruby
brew install ssh-copy-id
brew install the_silver_searcher
brew install thefuck
brew install tree
brew install wget
brew install youtube-dl

@ -1,8 +1,8 @@
#!/usr/bin/env zsh
# use nvm instead of brew node or anything else
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash
nvm install v4.4.5
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.2/install.sh | bash
nvm install v4.4.6
nvm use default
curl -L https://www.npmjs.com/install.sh | sh

Loading…
Cancel
Save