A central hub for LCT plugin definitions. This directory contains a collection of plugins that can be enabled in your lct config.yaml. Each plugin includes a short description and a README describing its purpose and installation steps.
- Alacritty: Terminal emulator plugin for macOS. Installs and configures Alacritty; see the plugin README for details.
- GitHub: Installs GitHub CLI, walks through
gh auth login, and helps match or create an SSH key for GitHub access. - jrnl: Lightweight journaling CLI tool. Installs via pip and provides a simple journaling interface; see the plugin README for details.
- LazyVim: Bootstrap Neovim configuration with LazyVim starter; see the plugin README for details.
- mise: Command-line tooling (mise); see the plugin README for details.
- ohmyzsh: Oh My Zsh setup with recommended plugins and themes; see the plugin README for details.
- powerlevel10k: Powelevel10k theme for Zsh; see the plugin README for details.
In your lct config.yaml, reference the plugins by their directory paths under plugins. For example:
plugins:
- frostme/lct-plugins.alacritty
- frostme/lct-plugins.github
- frostme/lct-plugins.jrnl
- frostme/lct-plugins.lazyvim
- frostme/lct-plugins.mise
- frostme/lct-plugins.ohmyzsh
- frostme/lct-plugins.powerlevel10k
Each plugin contains its own config.yaml (if needed) and a README with installation and usage details.