Forked from guanting112/install_source_command_line_tools.sh
Created
March 1, 2019 23:26
-
-
Save dasgoll/395e93a10382e89717004cb2e45242c3 to your computer and use it in GitHub Desktop.
[macOS] SourceTree command line tools install script ( support 10.11, 10.12 )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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