Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duksis/subl
Sublime installer
https://github.com/duksis/subl
Last synced: 18 days ago
JSON representation
Sublime installer
- Host: GitHub
- URL: https://github.com/duksis/subl
- Owner: duksis
- License: mit
- Created: 2012-10-17T15:06:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-15T20:59:49.000Z (over 11 years ago)
- Last Synced: 2024-04-14T09:20:45.627Z (7 months ago)
- Language: Shell
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installer for Sublime Text 2 on MacOS X
## What it does:
1. Installs Sublime
2. Creates a symlink to `~/bin/subl` for easy sublime usage from terminal
3. Configures sublime with provided or default configuration
4. Installs Package Control### Install with
`$ \curl -L raw.github.com/duksis/subl/master/install.sh | CONFIG=~/.config/sublime-text-2 bash`
where `~/.config/sublime-text-2` should be replaced with path to your sublime user directory or git repository url.
### Uninstall with
`$ \curl -L raw.github.com/duksis/subl/master/uninstall.sh | bash`## Dependencies
Runtime:* *[Git][:git]* for cloning sublime settings repository
Development:
* *[assert.sh][:ash]* for testing
## License
(The MIT License)Copyright © 2012 Hugo Duksis. See [LICENSE][:lic] file for more details.
[:git]: http://git-scm.com "Git"
[:ash]: https://github.com/lehmannro/assert.sh "assert.sh"
[:lic]: https://github.com/duksis/subl/blob/master/LICENSE "LICENSE"