Makefile: Install Alacritty config TOML
This commit is contained in:
parent
7e9d544f8b
commit
40a787f4b0
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
DEFAULT_TARGETS += $(HOME)/.profile \
|
||||
$(HOME)/.vim/bundle/Vundle.vim $(HOME)/.vimrc \
|
||||
$(HOME)/.inputrc \
|
||||
$(HOME)/.config/alacritty/alacritty.toml \
|
||||
aliases \
|
||||
$(HOME)/.profile.d profileds
|
||||
ALIASES = $(foreach a,$(wildcard .aliases/*),$(subst .aliases/,$(HOME)/.aliases/,$(a)))
|
||||
|
|
@ -71,6 +72,9 @@ $(HOME)/.vimrc: .vimrc
|
|||
$(HOME)/.vim/bundle:
|
||||
mkdir -p $@
|
||||
|
||||
$(HOME)/.config/alacritty/alacritty.toml: .config/alacritty/alacritty.toml
|
||||
$(INSTALL) -D -m 644 $< $@
|
||||
|
||||
$(HOME)/.sway/config: .sway/config
|
||||
$(INSTALL) -D -m 644 $< $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue