Skip to content

justindhall/mac-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

A place for mac-cli commands and shortcuts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published