diff --git a/install/_install.sh b/install/_install.sh index cd8b4f8..1985734 100755 --- a/install/_install.sh +++ b/install/_install.sh @@ -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 diff --git a/install/brew.sh b/install/brew.sh index 65f7633..91255bc 100755 --- a/install/brew.sh +++ b/install/brew.sh @@ -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 diff --git a/install/node.sh b/install/node.sh index 9b0ed77..a0bd177 100755 --- a/install/node.sh +++ b/install/node.sh @@ -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