aperloff / SublimeText3PackagesAndSettings

Maintains a master copy of the packages and settings I use for Sublime Text 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SublimeText3PackagesAndSettings

Maintains a master copy of the packages and settings I use for Sublime Text 3.

In order to clone this repository and not overwrite any necessary files, use the command:

git init
git remote add origin git@github.com:aperloff/SublimeText3PackagesAndSettings.git
git fetch
git reset origin/master # Required when the versioned files existed in path before "git init" of this repo.
git checkout -t origin/master # Only necessary if not on the master branch

# To restore the files, which at this point appear as deleted, use one of the two commands below
git checkout -- .
git restore --progress .

About

Maintains a master copy of the packages and settings I use for Sublime Text 3.