- get
make, andgcc-c++orclang - clone repo with
core.autocrlfset 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.autocrlfthen getdos2unixand run it on all files inshare/kak:find /path/to/share/kak/ -type f -exec dos2unix {} \;