From 4d15aee7b13cec7dce4cac1a727976395f72e325 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 31 Oct 2013 23:44:38 +0100 Subject: init: Install Sublime Text settings Closes #275. --- .osx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 4f9a83c..ba9dbb6 100755 --- a/.osx +++ b/.osx @@ -586,6 +586,13 @@ defaults write com.irradiatedsoftware.SizeUp StartAtLogin -bool true # Don’t show the preferences window on next start defaults write com.irradiatedsoftware.SizeUp ShowPrefsOnNextStart -bool false +############################################################################### +# Sublime Text # +############################################################################### + +# Install Sublime Text settings +cp -r init/Preferences.sublime-settings ~/Library/Application\ Support/Sublime\ Text*/Packages/User/Preferences.sublime-settings 2> /dev/null + ############################################################################### # Transmission.app # ############################################################################### -- cgit v1.2.3