Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dasgoll/395e93a10382e89717004cb2e45242c3 to your computer and use it in GitHub Desktop.
Save dasgoll/395e93a10382e89717004cb2e45242c3 to your computer and use it in GitHub Desktop.
[macOS] SourceTree command line tools install script ( support 10.11, 10.12 )
#!/usr/bin/env bash
function link_stree {
ln -s /Applications/SourceTree.app/Contents/Resources/stree /usr/local/bin/
}
function install {
link_stree
}
install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment