Giter Club home page Giter Club logo

jumpercables's Introduction

Jumper Cables

A set of scripts that give a fresh install of OS X a jump

Note: Currently these are a set of scripts that I personally use to set up a bare bones machine.

Requirements

Using Jumper Cables

Clone the Jumper Cables repository and navigate to the root directory:

$ git clone [email protected]:rbaumbach/JumperCables.git
$ cd JumperCables

Update configz/config.sh configuration script with your information. This file contains environmental variables that are used throughout the script that will be used when generating your SSH/GPG keys, git configurations and .bash_profile environmental variables.

Once your configuration is complete, open up the OS X Terminal and run the following command in the Jumper Cables project root directory:

$ ./GiveMeAJump.sh

Future Goals

  • Allow individual running of install scripts (currently Jumper Cables must be ran as a whole).
  • Make scripts less destructive so that if they are run on a machine that isn't bare bones they don't overwrite existing configurations.
  • Add logging output of the entire installation.

For your personal usage

If you'd like to customize this project for a project's use:

  • Fork the project
  • Edit the scripts to your liking

Notes on security

The purpose of these scripts are to create a 100% unattended installation of all my settings, apps, etc. on my personal machines. This makes is simple wipe my machines at will (such as performing clean 100% installations of macOS with each version instead of an upgrade) while keeping development configuration setup at a minimal. This repo was not meant to be stored on a public machine or it's contents left for prying eyes as it could contain sensitive information.

Config.sh file

This file contains sensitive information such as Github tokens and SSH/GPG key passphrases. After a successful jump this file should be deleted if it can be viewed by anybody who has access to the machine.

Password

These scripts are able to "cache" your password in order that all scripts can be run unattended. This is done by generating a throw away SSH key and saving your password to file and encrypting it using ssl, and then decrypting it whenever it's needed. At the end of the scripts this encrypted file along with the throw away SSH key are deleted.

Acknowledgements

The name Jumper Cables was created by none other than Mr. WDW himself (Along with another great name, "Skid Greaser"). Additional thanks to ornithocoder as well.

These scripts were inspired by Pivotal Workstation Setup.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.