install cleanup

This commit is contained in:
Matthias Kretschmann 2017-09-10 00:59:34 +02:00
parent bb21500abb
commit d5d899c08a
3 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# give me /usr/local first
sudo chown -R "$USER" /usr/local
#sudo chown -R "$USER" /usr/local
# Install Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
@ -28,10 +28,8 @@ brew install node
brew install wget
brew install gpg
brew install pinentry-mac
brew install imagemagick
brew install GraphicsMagick
brew install tor
brew install gsl
brew install mas
brew install rclone

View File

@ -3,4 +3,4 @@
# Installed from brewfile with node
# install global stuff
npm install -g bower grunt grunt-cli gulp nib stylus sass less
npm install -g gulp nib stylus sass less xo eslint

View File

@ -7,8 +7,8 @@ curl -sSL https://get.rvm.io | bash
rvm requirements
# Install a Ruby
rvm install 2.3.0
rvm use --default 2.3.0
rvm install 2.4.0
rvm use --default 2.4.0
rvm rubygems latest
# Install gems