Giter Site home page Giter Site logo

aws-dev-machine's Introduction

Dev Machine Bootstrapper

This bootstrapper is intended on making it easy to build a machine ready to build with light-weight, but relevant developer tooling.

The bootstrapper is a set of scripts intended on adding the following tools, if they are not already installed:

Features

  • ⌘ Supports Mac and Windows
  • 📦️Idempotent
  • ⚙️Automated
  • 🏆️Fast
  • 😃Open-source

Tools

  • 🧳Homebrew/Chocolatey
  • 🧳Git
  • 📄NodeJS
  • 💎Ruby
  • 🐍Python (and pip!)
  • ℑ AWS cli tools
  • 🧑🏾‍💻git-remote-codecommit

Getting it running

In order to use git at the command-line, open a terminal window. To open a terminal window on your machine, follow these instructions for your OS:

Mac

The Terminal.app is located in your /System/Applications/Utilities/Terminal.app. You can open a Finder window and navigate to the /Applications/Utilities/ window. From there, double click the Terminal.app icon and a terminal will open up.

OSX Terminal

Windows

Press the Windows key and the R key at the same time: Windows+R then search for "Powershell" and run it as an administrator (otherwise it won't work). A command-prompt will open up and you're ready to go.

Windows Terminal

The terminal window for windows is a screenshot of their new terminal application called located at https://github.com/Microsoft/Terminal, but you can use the method above if you don't want to install the new terminal.

Mac

In the terminal window, navigate to the directory where you downloaded the zip file or cloned the repository and run:

curl -s -L https://j.mp/2SUpS2B | sh

Windows

In the PowerShell window, type the following command:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString("https://j.mp/3coGO9k"))

aws-dev-machine's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.