Initial commit

This commit is contained in:
Gregory Eremin
2013-01-19 17:18:29 +04:00
commit f3123a736d
29 changed files with 412 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
local sublime_conf_location=~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/Preferences.sublime-settings
local theme="$1"
case $theme in
light|dark)
local sublime_conf_file="$ZSH/sublime/config-$theme" ;;
*)
local sublime_conf_file="$ZSH/sublime/config-dark" ;;
esac
rm $sublime_conf_location
cp $sublime_conf_file $sublime_conf_location