Merge remote-tracking branch 'arrufat/fix-kakrc-install'
This commit is contained in:
commit
e9bd708327
2
Makefile
2
Makefile
|
@ -178,7 +178,7 @@ install: src/kak installdirs install-debug-$(debug) install-gzip-man-$(gzip_man)
|
||||||
|
|
||||||
ln -sf ../../bin/kak $(libexecdir)/kak
|
ln -sf ../../bin/kak $(libexecdir)/kak
|
||||||
|
|
||||||
cp src/kak/kakrc $(sharedir)
|
cp share/kak/kakrc $(sharedir)
|
||||||
chmod 0644 $(sharedir)/kakrc
|
chmod 0644 $(sharedir)/kakrc
|
||||||
|
|
||||||
cp -r rc/* $(sharedir)/rc
|
cp -r rc/* $(sharedir)/rc
|
||||||
|
|
|
@ -22,9 +22,9 @@ TL;DR
|
||||||
|
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
git clone https://github.com/mawww/kakoune.git
|
git clone https://github.com/mawww/kakoune.git
|
||||||
cd kakoune/src
|
cd kakoune
|
||||||
make
|
make
|
||||||
./kak
|
./src/kak
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
See https://github.com/mawww/golf for Kakoune solutions to vimgolf challenges,
|
See https://github.com/mawww/golf for Kakoune solutions to vimgolf challenges,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user