CLI tool to launch KoalaVim
To install this tool you need cargo
, cargo is Rust's build system and package manager.
You can find the installation instructions here or just run this command:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Make sure
~/.cargo/bin
is in yourPATH
. - Install (fetch & build) the tool.
CARGO_NET_GIT_FETCH_WITH_CLI=true cargo install --git=ssh://[email protected]/KoalaVim/kv.git
kv --help