mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
more brew, npm packages & gems
This commit is contained in:
parent
bc7c7e86c2
commit
f093ac96ef
@ -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
|
||||
|
@ -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
|
||||
|
@ -12,4 +12,6 @@ rvm use --default 2.4.0
|
||||
rvm rubygems latest
|
||||
|
||||
# Install gems
|
||||
gem install bundler jekyll
|
||||
gem install \
|
||||
bundler \
|
||||
jekyll
|
||||
|
Loading…
Reference in New Issue
Block a user