https://github.com/cldwalker/ltfiles
my light table dotfiles
https://github.com/cldwalker/ltfiles
Last synced: about 1 year ago
JSON representation
my light table dotfiles
- Host: GitHub
- URL: https://github.com/cldwalker/ltfiles
- Owner: cldwalker
- License: mit
- Created: 2014-02-15T14:27:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T15:56:18.000Z (over 10 years ago)
- Last Synced: 2025-04-06T18:53:02.847Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Description
This is my Light Table User plugin a.k.a. dotfiles which recreates LT as I use it. This will pull in my keys,
behaviors, commands and plugins. While my workflow is centered around vim, clojure(script) and web
development, you may find other useful tidbits. Note: This configuration does require 0.8.0-alpha or greater.
## Install
To set this up on a Mac:
```sh
# Backup your existing User
$ mv ~/Library/Application\ Support/LightTable/plugins/User ~/Library/Application\
Support/LightTable/User.bak
$ git clone https://github.com/cldwalker/ltfiles
$ cd ltfiles; ./install.sh
```
## Usage
* To use any custom commands, `Ctrl-Space` and search for 'User'.
* Plugins I use will be in plugin.edn.
## Bugs/Issues
Please report them on [github](https://github.com/cldwalker/ltfiles).
## License
See LICENSE.txt