- get
make
, andgcc-c++
orclang
- clone repo with
core.autocrlf
set to false:- git:
git clone -c core.autocrlf=false https://github.com/mawww/kakoune
- gh:
gh repo clone mawww/kakoune -- -c core.autocrlf=false
- git:
- if you forget to set
core.autocrlf
then getdos2unix
and run it on all files inshare/kak
:find /path/to/share/kak/ -type f -exec dos2unix {} \;