An open API service indexing awesome lists of open source software.

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

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