Add batcat installation step

This commit is contained in:
Digital Studium 2024-12-03 10:48:01 +03:00
parent e0bcc167bb
commit 8251b99614
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ You can customize these bindings or add extra bindings in `KEY_BINDINGS` variabl
- `bat` - `bat`
## Installation ## Installation
Install `batcat`:
```
sudo apt install bat -y
```
Download and install the latest `kls`: Download and install the latest `kls`:
``` ```
curl -O "https://git.digitalstudium.com/digitalstudium/kls/raw/branch/main/kls" && sudo install ./kls /usr/local/bin/ && rm -f ./kls curl -O "https://git.digitalstudium.com/digitalstudium/kls/raw/branch/main/kls" && sudo install ./kls /usr/local/bin/ && rm -f ./kls