Skip to content

m-wilczynski/ubuntu-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-helpers

Helper scripts for dev environment on Ubuntu 14.04 and 16.04 LTS.

Usage:

Simple installation (example for install-dotnet.sh):

sudo bash install-dotnet.sh

Include VS Code IDE in installation (example for install-dotnet.sh):

sudo bash install-dotnet.sh -c

Currently available:

.NET Core

Installs .NET Core 1.0.0 and helpers: Yeoman scaffolder and Visual Studio Code editor

  • .NET Core (1.0.0)
  • git (latest)
  • node.js (latest from 6.x)
  • npm (latest)
  • yeoman (latest)
  • VS Code (latest) - optional (use -c flag after script filename)

Ruby On Rails

Installs Ruby 2.3.0, Ruby on Rails 4.2.6, RVM and helpers: ruby debugging (ruby-debug-ide), basic unit testing (test-unit) and Visual Studio Code editor

  • ruby (2.3.0)
  • rvm (latest)
  • rails (latest)
  • bundler (latest)
  • ruby-debug-ide (latest)
  • git (latest)
  • node.js (latest from 6.x)
  • npm (latest)
  • VS Code (latest) - optional (use -c flag after script filename)

About

🐧 [Bash] Helper scripts for dev environment on Ubuntu 14.04 and 16.04 LTS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages