Add Sublime Text preferences

This commit is contained in:
Oliver Davies 2020-06-10 21:08:00 +01:00
parent d51de5bb17
commit 1dc9b4c7f5
5 changed files with 31 additions and 1 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
/tag-php/composer/vendor/
/tag-zsh/zsh_profile.d/aliases-private.zsh
/**/*.zwc
!/config/**

View file

@ -0,0 +1 @@
../../../config/sublime-text-3/Packages

View file

@ -0,0 +1,18 @@
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"AdvancedNewFile",
"Dockerfile Syntax Highlighting",
"DotENV",
"EditorConfig",
"Emmet",
"LESS",
"Sass",
"Syntax Highlighting for PostCSS",
"Twig"
]
}

View file

@ -0,0 +1,10 @@
{
"color_scheme": "Packages/Color Scheme - Default/Breakers.sublime-color-scheme",
"font_face": "Operator Mono",
"font_size": 16,
"ignored_packages":
[
],
"line_padding_bottom": 8,
"line_padding_top": 8
}

2
rcrc
View file

@ -2,4 +2,4 @@ DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles"
EXCLUDES="install.sh README.md"
SYMLINK_DIRS="completion-scripts composer bin functions configs"
TAGS="git npm php tmux vim zsh"
UNDOTTED="bin"
UNDOTTED="bin Library"