Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 648 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 648 Bytes

Kakoune Configuration

This is my configuration for Kakoune editor.

Dependencies

On Ubuntu, install dependencies with:

sudo apt install aspell aspell-en rustc cargo

Setup

Clone this repository to ~/.config/kak:

git clone git@github.com:strika/config-kak.git ~/.config/kak

Install plug.kak:

mkdir -p $HOME/.config/kak/plugins
git clone https://github.com/andreyorst/plug.kak.git $HOME/.config/kak/plugins/plug.kak

Start Kakoune and run plug-install command.