make userconfig: install all kak scripts
This commit is contained in:
parent
5808b0a228
commit
22102951e2
|
@ -48,7 +48,7 @@ XDG_CONFIG_HOME ?= $(HOME)/.config
|
|||
|
||||
userconfig:
|
||||
mkdir -p $(XDG_CONFIG_HOME)/kak/autoload
|
||||
ln -s $(CURDIR)/../rc/{asciidoc,client,cpp,diff,git,grep,kakrc,mime,make,sh,mail,man}.kak $(XDG_CONFIG_HOME)/kak/autoload/
|
||||
ln -s $(CURDIR)/../rc/*.kak $(XDG_CONFIG_HOME)/kak/autoload/
|
||||
|
||||
install: kak
|
||||
mkdir -p $(bindir)
|
||||
|
|
Loading…
Reference in New Issue
Block a user