Skip to content

Instantly share code, notes, and snippets.

@limarc
Last active December 15, 2017 12:40
Show Gist options
  • Select an option

  • Save limarc/5676268 to your computer and use it in GitHub Desktop.

Select an option

Save limarc/5676268 to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"file_exclude_patterns":
[
".DS_Store"
],
"findreplace_small": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Consolas",
"font_options":
[
"subpixel_antialias",
"no_round"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"history_arrows": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tree_headings": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"scroll_speed": 5.0,
"show_encoding": true,
"show_full_path": false,
"sidebar_small": true,
"tab_size": 4,
"tabs_small": true,
"theme": "Material-Theme.sublime-theme",
"theme_font_options":
[
"gray_antialias"
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
@limarc
Copy link
Author

limarc commented Jun 23, 2016

cd ~/Library/Application\ Support/Sublime\ Text\ 3/
ls -al
rm -rf Installed\ Packages/
rm -rf Packages/
ln -s ~/Dropbox/sublime-text-3/Installed\ Packages/
ln -s ~/Dropbox/sublime-text-3/Packages/

@limarc
Copy link
Author

limarc commented Jul 28, 2016

$ ln -s ~/Dropbox/App\ Settings/Sublime\ Text\ 3/Installed Packages ~/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages
$ ln -s ~/Dropbox/App\ Settings/Sublime\ Text\ 3/Packages ~/Library/Application\ Support/Sublime\ Text\ 3/Packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment