GitHub

Installation


Install lct

install.sh

The recommended way to install lct is through the install.sh script. This will install lct, its dependencies, and add it to your PATH.

curl -fsSL https://frostme.github.io/lct/install.sh | bash  

mise

You can also install through mise-en-place using the github backend.

mise use -g github:frostme/lct  

Github Releases

Download pre-built binaries from Github Releases


Verify installation

lct --version  

Activation and Shell Completion

To support:

  • autoloading aliases
  • autoloading env vars from lct
  • resolving lct module bin paths
  • tab completion for lct
  • lct plugin tab completion

Run the following in your shell of choice:

bash

echo 'eval "$(lct setup)"' \>\> ~/.bashrc  

zsh

echo 'eval "$(lct setup)"' \>\> ~/.zshrc  

fish

echo 'eval "$(lct setup)"' \>\> ~/.config/fish/config.fish