CudaText installation and config for SublimeText users

https://github.com/Alexey-T/CudaText

Tweaks

Post-installation

xattr -cr /Applications/CudaText.app

.zshrc

# ----------------------------------------------------------------------------
# CudaText
# ----------------------------------------------------------------------------
alias cudatext="/Applications/CudaText.app/Contents/MacOS/cudatext"

Plugins list

https://github.com/halfbrained/cudatext_plugins_list

  • CudaExt
  • CudaLint
  • Differ
  • Favorites
  • Find in Files 4
  • Highlight Occurrences
  • Encode
  • Spell Checker
  • Case Converter
  • CSV Helper
  • Python IntelliSense
  • SQL Tools
  • Text Statistics
  • Markdown Preview
  • reStructuredText Preview

user.json

{
  "ui_theme": "ebony",
  "ui_theme_syntax": "ebony",
  "ui_toolbar_show": false,
  "ruler_show": true,
  "minimap_show": true,
  "margin_string": "80 120",
  "minimap_sel_always": true,
  "minimap_sel_border": false,
  "tab_size": 4,
  "tab_spaces": true,
  "caret_blink_en": true
}

Originally published as GitHub Gist #65bd6a58ce5f2fda89594c2f4fac812a

social