Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

pivotaltracker/workstation-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Workstation Setup

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

Getting Started

Warning: the automation script is currently aggressive about what it does and will overwrite vim configurations, bash-it configurations, etc.

Then open up the OS X Terminal and run the following commands:

$ cd workspace
$ git clone https://github.com/pivotal/workstation-setup.git
$ cd workstation-setup
$ ./scripts/setup.sh

Having problems?

If you're having problems using the setup script, please let us know by opening an issue.

Customizing

If you'd like to customize this project for your own use:

  • Fork the project
  • Edit ./scripts/setup.sh to your liking
  • Profit

What about sprout-wrap?

This project is provided as an alternative to the pivotal-sprout/sprout-wrap project. You are encouraged to use that project if it better suits your needs.

The goals of this projects is to keep the setup process simple and up to date:

  • A bash script is easy to manage
  • Everything is in one repository
  • The project name is informative
  • Keep it easy to fork and customize
  • It has very limited requirements: git, bash and Ruby are all available on OS X by default

Please see this GitHub issue for more discussion on the subject.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 49.5%
  • Ruby 45.9%
  • Vim Script 4.6%