Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1023 Bytes

File metadata and controls

24 lines (22 loc) · 1023 Bytes

mac-cli

A place to put ops code to setup your local development environment on a mac

Setup

While I have not tested this in a Linux environment, I beleive everything should work similarly and without issue

  • mkdir -p $HOME/roundtrip
  • cd $HOME/roundtrip
  • git clone git@github.com:justindhall/roundtrip-mac-cli.git
  • You will probably want to add the following to your .zshrc or .bash_profile
# By default you should expect to put your code for Roundtrip in ~/roundtrip
# If you would like it to be somewhere else please change the following
export ROUNDTRIP_WORKSPACE_DIRECTORY=$HOME/roundtrip 
# You can find create a GITHUB_TOKEN by going to https://github.com/settings/tokens 
export GITHUB_TOKEN='<your token>'
export JIRA_TOKEN='<your token>'
source $HOME/workspace/mac-cli/dist/profiles/shared.sh