Skip to content

AlexandreCollet/Sublime-Text-Configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Personal Sublime Text 3 configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published