more brew, npm packages & gems

This commit is contained in:
Matthias Kretschmann 2017-09-10 14:35:46 +02:00
parent bc7c7e86c2
commit f093ac96ef
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 36 additions and 14 deletions

View File

@ -13,9 +13,10 @@ brew update
brew upgrade --all brew upgrade --all
# Install what we need # Install what we need
brew install coreutils brew install \
brew install bash coreutils \
brew install bash-completion2 bash \
bash-completion2
# Switch to using brew-installed bash as default shell # Switch to using brew-installed bash as default shell
if ! grep -F -q '/usr/local/bin/bash' /etc/shells; then if ! grep -F -q '/usr/local/bin/bash' /etc/shells; then
@ -23,15 +24,21 @@ if ! grep -F -q '/usr/local/bin/bash' /etc/shells; then
chsh -s /usr/local/bin/bash; chsh -s /usr/local/bin/bash;
fi; fi;
brew install git brew install \
brew install node git \
brew install wget node \
brew install gpg wget \
brew install pinentry-mac gpg \
brew install GraphicsMagick pinentry-mac \
brew install tor tor \
brew install mas mas \
brew install rclone rclone \
rsync \
shellcheck \
yarn \
ipfs \
ethereum \
parity
# Remove outdated versions from the cellar. # Remove outdated versions from the cellar.
brew cleanup brew cleanup

View File

@ -3,4 +3,17 @@
# Installed from brewfile with node # Installed from brewfile with node
# install global stuff # install global stuff
npm install -g gulp nib stylus sass less xo eslint npm install -g \
doctoc \
electron \
eslint \
fast-cli \
gulp \
gulp-cli \
less \
node-sass \
now \
stylus \
serve \
stylelint \
xo

View File

@ -12,4 +12,6 @@ rvm use --default 2.4.0
rvm rubygems latest rvm rubygems latest
# Install gems # Install gems
gem install bundler jekyll gem install \
bundler \
jekyll