mirror of
https://github.com/wnagrodzki/SublimeMergeToolkit.git
synced 2025-05-03 01:22:41 +02:00
6 lines
No EOL
276 B
Bash
Executable file
6 lines
No EOL
276 B
Bash
Executable file
#!/bin/zsh
|
|
|
|
cp Default.sublime-commands ~/Library/Application\ Support/Sublime\ Merge/Packages/User/
|
|
cp "Diff Context.sublime-menu" ~/Library/Application\ Support/Sublime\ Merge/Packages/User/
|
|
|
|
git config --global alias.openterminalatpath '!f() { open -a Terminal "$1" ; }; f' |