Add Sublime Text preferences
This commit is contained in:
parent
d51de5bb17
commit
1dc9b4c7f5
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
||||||
/tag-php/composer/vendor/
|
/tag-php/composer/vendor/
|
||||||
/tag-zsh/zsh_profile.d/aliases-private.zsh
|
/tag-zsh/zsh_profile.d/aliases-private.zsh
|
||||||
/**/*.zwc
|
/**/*.zwc
|
||||||
|
!/config/**
|
1
Library/Application Support/Sublime Text 3/Packages
Symbolic link
1
Library/Application Support/Sublime Text 3/Packages
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../config/sublime-text-3/Packages
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
|
@ -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
2
rcrc
|
@ -2,4 +2,4 @@ DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles"
|
||||||
EXCLUDES="install.sh README.md"
|
EXCLUDES="install.sh README.md"
|
||||||
SYMLINK_DIRS="completion-scripts composer bin functions configs"
|
SYMLINK_DIRS="completion-scripts composer bin functions configs"
|
||||||
TAGS="git npm php tmux vim zsh"
|
TAGS="git npm php tmux vim zsh"
|
||||||
UNDOTTED="bin"
|
UNDOTTED="bin Library"
|
||||||
|
|
Loading…
Reference in a new issue