ttx 0.1.0
|
The easiest way to install ttx is using nix. As of now, the only alternative is compiling from source. In the future, a statically linked binary will available via a GitHub release. However the user will still need to install fzf
to make use to the application. To build ttx from source, see the steps here.
Using nix, its easy to run ttx directly without installing it.
--refresh
to nix
:This project provides a home manager module which you can import into your own configuration. The following steps assuming your home manager configuration is managed by a flake.
Add this project as an input to your flake:
Import the home manager module:
Enable in your configuration:
This way isn't the recommended way to use nix but works just fine.