From 623860b8ac4995a1999c5d7251ddc3ef089ace39 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 27 Oct 2013 13:08:40 +0100 Subject: [PATCH] TextMate 2 properties file --- make.sh | 2 +- tm_properties | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++ update.sh | 2 +- 3 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 tm_properties mode change 100644 => 100755 update.sh diff --git a/make.sh b/make.sh index 7ee5e9b..3eb818b 100755 --- a/make.sh +++ b/make.sh @@ -14,7 +14,7 @@ # dotfiles directory dir=~/.dotfiles # list of files/folders to symlink in homedir -files="aliases bashrc bash_profile bash_prompt gitconfig gitignore_global hushlogin private" +files="aliases bashrc bash_profile bash_prompt gitconfig gitignore_global hushlogin private tm_properties" # ---------------------------------------------------------------------- # change to the dotfiles directory diff --git a/tm_properties b/tm_properties new file mode 100644 index 0000000..d1f46d0 --- /dev/null +++ b/tm_properties @@ -0,0 +1,64 @@ +# Settings + +encoding = UTF-8 +fontName = "Source Code Pro" +fontSize = 13 +lineEndings = '\n' +showInvisibles = false +softWrap = true +softTabs = true +wrapColumn = "Use Window Frame" +tabSize = 4 +spellChecking = false + +# Hidden Settings, to be executed in Terminal +# https://github.com/textmate/textmate/wiki/Hidden-Settings + +# Make file browser a bit more pretty +#defaults write com.macromates.TextMate.preview fileBrowserStyle SourceList + +# Font Smoothing always enabled +#defaults write com.macromates.TextMate.preview fontSmoothing 1 + +# Monokai + +theme = D8D5E82E-3D5B-46B5-B38E-8C841C21347D + +# Includes + +myExtraIncludes = ".tm_properties,.htaccess,.git,.gitignore,.dotfiles" +fileBrowserGlob = "{*,$myExtraIncludes}" +include = "{$include,$myExtraIncludes}" + +# Hide directories from search popups. + +myExtraExcludes = "log,vendor,tmp,generated,dist" +excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}" +excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}" + +# Variables + +TM_FULLNAME = "Matthias Kretschmann" +TM_GIT = "/usr/local/bin/git" + + +[ text ] +spellChecking = true + +[ text.plain ] +spellChecking = true +softTabs = false + +[ text.html.markdown ] +spellChecking = true +softTabs = false + +[ source ] +softTabs = true +tabSize = 2 + +[ source.plist ] +softTabs = false + +[ source.tm-properties ] +spellChecking = false \ No newline at end of file diff --git a/update.sh b/update.sh old mode 100644 new mode 100755 index c92dad6..269ce04 --- a/update.sh +++ b/update.sh @@ -14,7 +14,7 @@ # dotfiles directory dir=~/.dotfiles # list of files/folders to symlink in homedir -files="aliases bashrc bash_profile bash_prompt gitconfig gitignore_global hushlogin private" +files="aliases bashrc bash_profile bash_prompt gitconfig gitignore_global hushlogin private tm_properties" # ---------------------------------------------------------------------- # change to the dotfiles directory