Skip to content

Instantly share code, notes, and snippets.

View guanting112's full-sized avatar
🐈‍⬛

Guanting Chen guanting112

🐈‍⬛
  • Taiwan
  • 13:18 (UTC +08:00)
View GitHub Profile
@guanting112
guanting112 / install_source_command_line_tools.sh
Last active May 9, 2023 13:52
[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
}