mirror of
https://github.com/wnagrodzki/SublimeMergeToolkit.git
synced 2025-05-03 01:22:41 +02:00
Add script for applying settings
This commit is contained in:
parent
1881a409e7
commit
c14781dc68
1 changed files with 6 additions and 0 deletions
6
apply_settings.sh
Executable file
6
apply_settings.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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'
|
Loading…
Add table
Reference in a new issue