Skip to content

Scripts to automatically set up a new Pivotal Labs machine

License

Notifications You must be signed in to change notification settings

pgcarter/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 CoreLogic Labs machine using a simple Bash script.

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

Getting Started

Open up the OS X Terminal and run the following commands:

mkdir -p ~/workspace
cd ~/workspace
git clone https://github.com/corelogic/workstation-setup.git
cd workstation-setup

Engineering Machine

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

./engineer.sh

The list of Engineering applications is found in: [applications-common.sh] (https://github.com/corelogic/workstation-setup/blob/master/scripts/applications-common.sh)

Designer Machine

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

./designer.sh

In addition to the Engineering applications, this script also installs the list of Design applications found in: [applications-designer.sh] (https://github.com/corelogic/workstation-setup/blob/master/scripts/applications-designer.sh)

Having problems?

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

Customizing

If you'd like to customize this project for a project's use:

  • Fork the project
  • Edit the shells scripts to your liking
  • Profit

Frequently Asked Questions

Is it okay to run ./engineer.sh or ./designer.sh command again?

Yes. The script does not reinstall apps that are already on the machine.

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 99.4%
  • Ruby 0.6%