Notes on setting up Sublime Text.
- Install from binary or repo. Prefer repo on Linux. See Linux Package Manager Repositories. For Debian based Linux distros. Stable channel.
$ wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
$ sudo apt-get install apt-transport-https
$ echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
$ apt update
$ apt install sublime-text sublime-merge
-
Install Package Control. Preferences... Package Control.
-
Install packages. Preferences... Package Control... Package Control: Install Package.
- BracketHighlighter
- Emmet
- FileIcons
- Git
- MarkdownEditing
- MarkdownPreview
- Python 3
- SidebarEnhancements
- SublimeCodeIntel
- SublimeLinter
- SublimeLinter-flake8 (for python)
- SublimeLinter-jshint (for node.js)
- SublimeREPL
- Terminal
- Select color scheme and theme.
- Preferences... Color Scheme... Monokai
- Preferences... Theme... Adaptive.sublime-theme
- Configure packages. Preferences... Package Settings... [Package Name].