8000 GitHub - Pointellis/workstation-setup: Scripts to automatically set up a machine for development the "Pivotal" way
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pointellis/workstation-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workstation Setup

This project automates the process of setting up a new Pointellis machine using a simple Bash script.

Getting Started

  • Run the latest version of macOS, currently High Sierra, unless you have a specific reason not to
  • These scripts might work on previous versions, but are maintained with only the latest macOS in mind
  • If you are not on High Sierra, you need to install the latest version of Xcode
  • On High Sierra, once you have used git (below), you will have installed the command line developer tools

Open up Terminal.app and run the following commands:

xcode-select --install
mkdir -p ~/workspace
cd ~/workspace
git clone https://github.com/Pointellis/workstation-setup.git
cd workstation-setup
./setup.sh

About

Scripts to automatically set up a machine for development the "Pivotal" way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.6%
  • Ruby 0.4%
0