jamiemoore / workstation

Quickly configure my workstation

Home Page:https://install.jamie.so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workstation

Quickly configure my workstation developer environment.

Requirements

  • Only Supports Centos7

  • Requires ssh keys to be loaded into an agent

  • Requires gcc

Installation

  • Install using curl

    curl https://install.jamie.so | bash
    
    or
    
    curl https://raw.githubusercontent.com/jamiemoore/workstation-setup/master/install.sh | bash

Development in dockerfile

  • Build the dockerfile

    docker build -t "jamie/ws-setup" .
  • Run the docker file

    docker run -it -h "dockerws" -v ${PWD}:/home/jamie/workstation-setup jamie/ws-setup

About

Quickly configure my workstation

https://install.jamie.so


Languages

Language:Shell 93.2%Language:Dockerfile 6.8%