Skip to content

marecar/st3-settings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sublime Text 3 Settings

Backup of my own Sublime Text 3 settings.
This repo allows you to quickly install a fully configured Sublime Text 3 with:

  • the awesome Package Control
  • the AfterGlow theme
  • useful packages for web development
  • a custom keymap
  • custom preferences
  • custom builds

Windows

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

Linux

cd ~/.config/sublime-text-3
git init
git remote add origin https://github.com/zessx/st3-settings.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/zessx/st3-settings.git
git fetch
git checkout -t origin/master

About

Sublime Text 3 Settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published