Commit 99ac89e01acbaafb8ae2196cbd78969e53258522

Authored by Ian Foster
1 parent a284c70194
Exists in master

inital sublime text 3 configuration

Showing 5 changed files with 172 additions and 0 deletions Side-by-side Diff

... ... @@ -99,6 +99,11 @@
99 99 link $cwd/tint2/tint2 ~/.config/tint2
100 100 }
101 101  
  102 +function sublime {
  103 + echo "Linking Sublime Text"
  104 + link $cwd/sublime-text-3/User ~/.config/sublime-text-3/Packages/User
  105 +}
  106 +
102 107 function scripts {
103 108 #DO NOTHING
104 109 echo "Skipping scripts"
... ... @@ -108,6 +113,9 @@
108 113 if [ $1 == "git" ];
109 114 then
110 115 c="git_config"
  116 + elif [ $1 == "sublime-text-3" ];
  117 + then
  118 + c="sublime"
111 119 else
112 120 c=$1
113 121 fi
sublime-text-3/User/.gitignore View file @ 99ac89e
  1 +*
  2 +*.sublime-settingsb
  3 +!.gitignore
sublime-text-3/User/Package Control.sublime-settings View file @ 99ac89e
  1 +{
  2 + "installed_packages":
  3 + [
  4 + "SideBarEnhancements",
  5 + "Theme - Soda"
  6 + ]
  7 +}
sublime-text-3/User/Preferences.sublime-settings View file @ 99ac89e
  1 +{
  2 + "always_prompt_for_file_reload": false,
  3 + "always_show_minimap_viewport": true,
  4 + "animation_enabled": true,
  5 + "atomic_save": true,
  6 + "auto_close_tags": true,
  7 + "auto_complete": true,
  8 + "auto_complete_commit_on_tab": true,
  9 + "auto_complete_delay": 50,
  10 + "auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
  11 + "auto_complete_size_limit": 4194304,
  12 + "auto_complete_triggers":
  13 + [
  14 + {
  15 + "characters": "<",
  16 + "selector": "text.html"
  17 + }
  18 + ],
  19 + "auto_complete_with_fields": false,
  20 + "auto_find_in_selection": false,
  21 + "auto_indent": true,
  22 + "auto_match_enabled": true,
  23 + "binary_file_patterns":
  24 + [
  25 + "*.jpg",
  26 + "*.jpeg",
  27 + "*.png",
  28 + "*.gif",
  29 + "*.ttf",
  30 + "*.tga",
  31 + "*.dds",
  32 + "*.ico",
  33 + "*.eot",
  34 + "*.pdf",
  35 + "*.swf",
  36 + "*.jar",
  37 + "*.zip"
  38 + ],
  39 + "bold_folder_labels": true,
  40 + "caret_style": "smooth",
  41 + "close_windows_when_empty": true,
  42 + "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
  43 + "copy_with_empty_selection": true,
  44 + "create_window_at_startup": true,
  45 + "default_encoding": "UTF-8",
  46 + "default_line_ending": "unix",
  47 + "detect_indentation": true,
  48 + "dictionary": "Packages/Language - English/en_US.dic",
  49 + "drag_text": true,
  50 + "draw_centered": false,
  51 + "draw_indent_guides": true,
  52 + "draw_minimap_border": false,
  53 + "draw_white_space": "selection",
  54 + "enable_hexadecimal_encoding": true,
  55 + "enable_telemetry": "auto",
  56 + "ensure_newline_at_eof_on_save": false,
  57 + "fade_fold_buttons": true,
  58 + "fallback_encoding": "Western (Windows 1252)",
  59 + "file_exclude_patterns":
  60 + [
  61 + "*.pyc",
  62 + "*.pyo",
  63 + "*.exe",
  64 + "*.dll",
  65 + "*.obj",
  66 + "*.o",
  67 + "*.a",
  68 + "*.lib",
  69 + "*.so",
  70 + "*.dylib",
  71 + "*.ncb",
  72 + "*.sdf",
  73 + "*.suo",
  74 + "*.pdb",
  75 + "*.idb",
  76 + ".DS_Store",
  77 + "*.class",
  78 + "*.psd",
  79 + "*.db",
  80 + "*.sublime-workspace"
  81 + ],
  82 + "find_selected_text": true,
  83 + "fold_buttons": false,
  84 + "folder_exclude_patterns":
  85 + [
  86 + ".svn",
  87 + ".git",
  88 + ".hg",
  89 + "CVS"
  90 + ],
  91 + "font_options":
  92 + [
  93 + ],
  94 + "font_size": 10,
  95 + "gpu_window_buffer": "auto",
  96 + "gutter": true,
  97 + "highlight_line": true,
  98 + "highlight_modified_tabs": true,
  99 + "hot_exit": false,
  100 + "ignored_packages":
  101 + [
  102 + ],
  103 + "indent_guide_options":
  104 + [
  105 + "draw_normal"
  106 + ],
  107 + "indent_subsequent_lines": true,
  108 + "indent_to_bracket": false,
  109 + "index_files": true,
  110 + "line_numbers": true,
  111 + "line_padding_bottom": 0,
  112 + "line_padding_top": 0,
  113 + "margin": 0,
  114 + "match_brackets": true,
  115 + "match_brackets_angle": false,
  116 + "match_brackets_braces": true,
  117 + "match_brackets_content": true,
  118 + "match_brackets_square": true,
  119 + "match_selection": true,
  120 + "match_tags": true,
  121 + "move_to_limit_on_up_down": false,
  122 + "open_files_in_new_window": true,
  123 + "overlay_scroll_bars": "system",
  124 + "preview_on_click": true,
  125 + "remember_open_files": false,
  126 + "rulers":
  127 + [
  128 + 80
  129 + ],
  130 + "save_on_focus_lost": false,
  131 + "scroll_past_end": false,
  132 + "scroll_speed": 1.0,
  133 + "shift_tab_unindent": false,
  134 + "show_full_path": true,
  135 + "show_panel_on_build": true,
  136 + "show_tab_close_buttons": true,
  137 + "smart_indent": true,
  138 + "soda_folder_icons": true,
  139 + "spell_check": false,
  140 + "tab_completion": true,
  141 + "tab_size": 4,
  142 + "theme": "Soda Dark 3.sublime-theme",
  143 + "translate_tabs_to_spaces": true,
  144 + "tree_animation_enabled": true,
  145 + "trim_automatic_white_space": true,
  146 + "trim_trailing_white_space_on_save": false,
  147 + "use_simple_full_screen": false,
  148 + "use_tab_stops": true,
  149 + "word_wrap": "auto",
  150 + "wrap_width": 0
  151 +}
sublime-text-3/User/Side Bar.sublime-settings View file @ 99ac89e
  1 +{
  2 + "version": "2012.06.06.1611.2"
  3 +}