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
- Host: GitHub
- URL: https://github.com/luxo-ai/luxo-env
- Owner: luxo-ai
- Created: 2022-09-07T15:58:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T00:57:50.000Z (about 1 year ago)
- Last Synced: 2025-05-20T01:35:09.940Z (about 1 year ago)
- Topics: env, unix
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```