Skip to content

MOZGIII/devbox-setup-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devbox-setup-ubuntu

A set of simple shell scripts to install stuff I use on my development boxes.

Requirements

This set of scripts expects you to have bash, wget, curl and other core utils.

Installation and usage

Clone the repo somewhere and run scripts you like from bin. Use sudo. Some scripts require non-root user - you can specify it manually with --non-root-user [user] option or it will be deducted form $SUDO_USER.

Quick install

Quick install with bootstrap script:

\curl -sS https://raw.githubusercontent.com/MOZGIII/devbox-setup-ubuntu/master/bootstrap/install | bash

Development and testing

Use vagrant and temporary virtual machine to keep your system safe. Enable debug tracing of the scripts by setting DEBUG=on, in example:

sudo DEBUG=on bin/install-vagrant

About

My development machine setup scripts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages