https://github.com/gongo/elfactory
.emacs.d deploy system for gongo
https://github.com/gongo/elfactory
Last synced: 3 months ago
JSON representation
.emacs.d deploy system for gongo
- Host: GitHub
- URL: https://github.com/gongo/elfactory
- Owner: gongo
- Created: 2012-06-01T08:01:47.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T06:46:47.000Z (almost 9 years ago)
- Last Synced: 2024-12-31T16:32:52.119Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 155 KB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkdn
Awesome Lists containing this project
README
.emacs.d deploy system for [gongo](http://gongo.github.com/)
================================================================================
Environment
--------------------------------------------------
- Emacs 24.0+ (Mac OS X, Linux)
- bash
Usage
--------------------------------------------------
Install (Create Symbolic link):
```console
$ make link
Link /Users/gongo/src/elfactory//Cask => /Users/gongo/.emacs.d//Cask
Link /Users/gongo/src/elfactory//init.el => /Users/gongo/.emacs.d//init.el
Link /Users/gongo/src/elfactory//config => /Users/gongo/.emacs.d//config
```
Uninstall (Remove symbolic link):
```console
$ make unlink
Unlink /Users/gongo/.emacs.d/Cask
Unlink /Users/gongo/.emacs.d/init.el
Unlink /Users/gongo/.emacs.d/config
```
If you want to change the installation directory:
```console
$ EMACS_DIR=/path/to/dir make link
$ EMACS_DIR=/path/to/dir make unlink
```
## License
MIT License