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

https://github.com/luxo-ai/luxo-env

copy my environment
https://github.com/luxo-ai/luxo-env

env unix

Last synced: 5 months ago
JSON representation

copy my environment

Awesome Lists containing this project

README

          

# luxo-env 🌴

Use my development environment!

### Setup

```bash
cat luxo-example.conf > luxo.conf
```

Update `luxo.conf` with the following environment variables:

```bash
GIT_NAME=
GIT_EMAIL=
```

### Usage
```bash
./setup.sh --help

Usage: ./setup.sh [OPTIONS]

Options:
--no-vim Skip Vim setup.
--no-bin Skip Binary setup.
--no-haskell Skip Haskell setup.
--no-js Skip JavaScript setup.
--no-python Skip Python setup.
-h, --help Show this help message and exit.
```