Skip to content

smgallo/env-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment Setup

This is used to set up a consistend development environment across filesystems and cloud images.

Run bootstrap.sh

Directory Structure

  • sources: Misc git repositories to install
  • environment: Bash environment files
  • conf.d: Subdirectories for various applications and components

bootstrap.sh

bootstrap.sh defines functions, performs initial setup, and finds all executable install.sh files and executes them. To disable a particular component, simply set the file to non-executable with chmod a-x <file>

bootstrap.sh [-l] [-v] [-h] [-i <name>]
Where
  -l List available installers and their status
  -i <name> Run only the named installer
  -v Verbose mode
  -h Display this help`

Inspired by https://github.com/plessbd/setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published