Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bennylope/janus-customizer
Keep your Janus customization in source control.
https://github.com/bennylope/janus-customizer
Last synced: 29 days ago
JSON representation
Keep your Janus customization in source control.
- Host: GitHub
- URL: https://github.com/bennylope/janus-customizer
- Owner: bennylope
- Created: 2013-03-09T16:30:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-09T16:36:34.000Z (over 11 years ago)
- Last Synced: 2023-03-10T21:19:09.717Z (over 1 year ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Janus Customization
Keep your [Janus](https://github.com/carlhuda/janus) customization in
source control.## Installation
First, clone this repository. The location on your system doesn't matter
so long as you don't plan on moving it after installing.```bash
$ git clone git://github.com/bennylope/janus-customizer.git ~/.my-janus
```Then run the setup script:
```bash
$ cd ~/.my-janus && ./setup.sh
```This will create symlinks from `.janus`, `.vimrc.before`, `.vimrc.after`,
`.gvimrc.before`, and `.gvimrc.after` to the respective paths in your
customization directory.## Customizing
Use the vim config files and the `plugins` directory in your copy of the
respository to update your configuration.Tip: use git submodules for your plugins to keep them up to date.
## LICENSE
This is project is entered into the public domain by the author.