Merge branch 'master' of github.com:sapegin/dotfiles
This commit is contained in:
commit
184c550a31
@ -5,6 +5,8 @@
|
|||||||
# Require:
|
# Require:
|
||||||
# - jq - brew install jq
|
# - jq - brew install jq
|
||||||
|
|
||||||
|
command -v jq >/dev/null 2>&1 || { echo >&2 "jq not installed: see comments for instructions."; exit 1; }
|
||||||
|
|
||||||
# Common stuff
|
# Common stuff
|
||||||
RED="$(tput setaf 1)"
|
RED="$(tput setaf 1)"
|
||||||
CYAN="$(tput setaf 6)"
|
CYAN="$(tput setaf 6)"
|
||||||
|
9
sublime/User/Markdown.sublime-settings
Normal file
9
sublime/User/Markdown.sublime-settings
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"font_face": "Consolas",
|
||||||
|
"font_size": 16,
|
||||||
|
"translate_tabs_to_spaces": false,
|
||||||
|
"word_wrap": true,
|
||||||
|
"wrap_width": -1,
|
||||||
|
"draw_centered": false,
|
||||||
|
"auto_match_enabled": false
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user