Skip to content

mrmans0n/sublime-text-3-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sublime-text-3-config

Taking inspiration of some devs that did this in the past, I'm doing it too. Because adapting settings between four different computers is a mess.

Install

Quit Sublime Text 3.

$ rm -rf ~/Library/Application \Support/Sublime\ Text\ 3
$ git clone https://github.com/mrmans0n/sublime-text-3-config.git ~/Library/Application\ Support/Sublime\ Text\ 3

Open Sublime Text 3.

You may need to manually install Package Control.

Adding alias

For being able to use subl in the terminal, you should execute this.

sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/bin/subl

Keeping it up to date

You should add then this line to your .bash_profile, .zshrc or any other similar script.

cd "Library/Application Support/Sublime Text 3/";git pull;cd

About

My Sublime Text 3 configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages