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

kmuthupa/workstation-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 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

Engineering Machine

If you're setting up an engineering machine run the following:

$ ./engineer.sh

Designer Machine

If you're setting up a design machine run the following:

$ ./designer.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 a project's 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 new Pivotal Labs machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0