Skip to content

Instantly share code, notes, and snippets.

@AnatoliyAkhmatov
Forked from agragregra/install
Created May 21, 2018 04:39
Show Gist options
  • Save AnatoliyAkhmatov/cfed8dece33a57ad46ac151cf8d0c653 to your computer and use it in GitHub Desktop.
Save AnatoliyAkhmatov/cfed8dece33a57ad46ac151cf8d0c653 to your computer and use it in GitHub Desktop.
Fast Install Node.js, Gulp & Jekyll into Windows 10/Ubuntu/Mint
sudo apt-add-repository -y ppa:brightbox/ruby-ng; sudo apt-get update; sudo apt-get -y install curl ruby2.5 ruby2.5-dev gcc make g++ libffi-dev; curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -; sudo apt-get -y install nodejs; sudo gem i jekyll -v 3.7.2; sudo gem i jekyll-paginate-v2; sudo npm i -g gulp rimraf npm-check-updates; sudo chown -R $USER:$(id -gn $USER) /home/$USER/.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment