Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 2.04 KB

File metadata and controls

62 lines (47 loc) · 2.04 KB

Sublime-Text-Configuration

My Sublime Text 3 configuration.

Installation

Linux

cd ~/.config/sublime-text-3
git init
git remote add origin https://github.com/AlexandreCollet/Sublime-Text-Configuration.git
git fetch
git checkout -t origin/master

Windows

cd %APPDATA%/Sublime Text 3
git init
git remote add origin https://github.com/AlexandreCollet/Sublime-Text-Configuration.git
git fetch
git checkout -t origin/master

OS X

cd ~/Library/Application Support/Sublime Text 3
git init
git remote add origin https://github.com/AlexandreCollet/Sublime-Text-Configuration.git
git fetch
git checkout -t origin/master

Theme

  • Theme: Spacegray
  • Color Scheme: One Dark

Packages

Shortcuts

  • ctrl + alt + a Align (Alignment)
  • ctrl + shift + y Compute (Emmet)
  • ctrl + shift + t Open a terminal at the location of the current file (Terminal)