Merge pull request #499 from giorni/iterm-plist
Fix for iTerm themes install on Mavericks
This commit is contained in:
commit
17a858c2b1
1
Rakefile
1
Rakefile
@ -346,6 +346,7 @@ def apply_theme_to_iterm_profile_idx(index, color_scheme_path)
|
||||
values.flatten.each { |entry| run %{ /usr/libexec/PlistBuddy -c "Delete :'New Bookmarks':#{index}:'#{entry}'" ~/Library/Preferences/com.googlecode.iterm2.plist } }
|
||||
|
||||
run %{ /usr/libexec/PlistBuddy -c "Merge '#{color_scheme_path}' :'New Bookmarks':#{index}" ~/Library/Preferences/com.googlecode.iterm2.plist }
|
||||
run %{ defaults read com.googlecode.iterm2 }
|
||||
end
|
||||
|
||||
def success_msg(action)
|
||||
|
Loading…
Reference in New Issue
Block a user