Skip to content

Instantly share code, notes, and snippets.

@avshatalov48
Created May 1, 2020 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avshatalov48/c0583204bdc7f6ec6641f8568ae6e141 to your computer and use it in GitHub Desktop.
Save avshatalov48/c0583204bdc7f6ec6641f8568ae6e141 to your computer and use it in GitHub Desktop.
Sublime Text

Настраиваем Sublime Text для запуска из командной строки под MacOS

  1. Симлинк: sudo ln -sv "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
  2. Проверка: subl --help
  3. Использование в качестве редактора: export EDITOR='subl -w'

Редактирование файла hosts в Sublime Text под MacOS

  • sudo subl /etc/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment