From f093ac96ef87c40058808a9879fd9115cb70d70e Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 10 Sep 2017 14:35:46 +0200 Subject: [PATCH] more brew, npm packages & gems --- bin/install-brew.sh | 31 +++++++++++++++++++------------ bin/install-npm.sh | 15 ++++++++++++++- bin/install-ruby.sh | 4 +++- 3 files changed, 36 insertions(+), 14 deletions(-) diff --git a/bin/install-brew.sh b/bin/install-brew.sh index cd00331..3d027d7 100755 --- a/bin/install-brew.sh +++ b/bin/install-brew.sh @@ -13,9 +13,10 @@ brew update brew upgrade --all # Install what we need -brew install coreutils -brew install bash -brew install bash-completion2 +brew install \ + coreutils \ + bash \ + bash-completion2 # Switch to using brew-installed bash as default shell 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; fi; -brew install git -brew install node -brew install wget -brew install gpg -brew install pinentry-mac -brew install GraphicsMagick -brew install tor -brew install mas -brew install rclone +brew install \ + git \ + node \ + wget \ + gpg \ + pinentry-mac \ + tor \ + mas \ + rclone \ + rsync \ + shellcheck \ + yarn \ + ipfs \ + ethereum \ + parity # Remove outdated versions from the cellar. brew cleanup diff --git a/bin/install-npm.sh b/bin/install-npm.sh index ff4d0f8..5abfbf6 100755 --- a/bin/install-npm.sh +++ b/bin/install-npm.sh @@ -3,4 +3,17 @@ # Installed from brewfile with node # 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 diff --git a/bin/install-ruby.sh b/bin/install-ruby.sh index 0a50ce3..e6fc685 100755 --- a/bin/install-ruby.sh +++ b/bin/install-ruby.sh @@ -12,4 +12,6 @@ rvm use --default 2.4.0 rvm rubygems latest # Install gems -gem install bundler jekyll +gem install \ + bundler \ + jekyll