Configuration framework for Lovcode
Customize your statusbar, themes, and more
Install • What's Included • Customization • Contributing
One-liner:
curl -fsSL https://raw.githubusercontent.com/MarkShawn2020/oh-my-lovcode/main/install.sh | bashOr manually:
git clone https://github.com/MarkShawn2020/oh-my-lovcode.git ~/.oh-my-lovcode
ln -sf ~/.oh-my-lovcode/statusbar ~/.lovstudio/lovcode/statusbar| Directory | Description |
|---|---|
statusbar/ |
Custom statusbar scripts |
Edit files in ~/.oh-my-lovcode/ to customize your Lovcode experience.
The statusbar script receives JSON context via stdin and outputs formatted text with ANSI colors:
# Input JSON fields:
# - app_name, version
# - projects_count, features_count
# - today_lines_added, today_lines_deletedCreate your own by copying statusbar/default.sh and modifying the output format.
- Fork this repo
- Add your configs to the appropriate directory
- Submit a PR
