Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jibbarth/stconf
My own Sublime Text configuration
https://github.com/jibbarth/stconf
Last synced: about 1 month ago
JSON representation
My own Sublime Text configuration
- Host: GitHub
- URL: https://github.com/jibbarth/stconf
- Owner: Jibbarth
- Created: 2015-06-30T14:59:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T19:21:22.000Z (over 7 years ago)
- Last Synced: 2024-10-14T14:48:14.709Z (3 months ago)
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deprecated
I use https://packagecontrol.io/packages/Sync%20Settings now. (For the me of the future, look at your gists for the configuration)
# STConf
My own Sublime Text configuration## Install Package Control
[See Package control official website](https://packagecontrol.io/installation)
```
Open Console with View > Show Console
import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)
```## Install Package Syncing
[See package page](https://packagecontrol.io/packages/Package%20Syncing)
## Configuration
On each machine, clone this repo.
On sublime text, `Ctrl`+`Alt`+`P` and type `Package Syncing: Define Sync Folder`. Select the git repo previously cloned.Restart Sublime Text