jwinn / setup-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup a given environment

BSD/Linux/MacOS

Quick Setup

  1. In a terminal session, run curl -fsSL https://raw.githubusercontent.com/jwinn/setup-system/master/setup.sh | sh"

Change Configuration

  1. Download https://github.com/jwinn/setup-system/archive/master.zip
  2. unzip the downloaded zip file
  3. Configure config.json
  4. Execute sh ./setup.sh, curl is required

Windows

Quick Setup

  1. In a PowerShell session, run iwr -useb raw.githubusercontent.com/jwinn/setup-system/master/setup.ps1 | iex

Change Configuration

  1. Download https://github.com/jwinn/setup-system/archive/master.zip
  2. unzip the downloaded zip file
  3. Configure config.json, if required
  4. Launch either ./setup and follow any prompts

About

License:The Unlicense


Languages

Language:PowerShell 56.1%Language:Shell 43.7%Language:Batchfile 0.2%