Add alacritty + sway
This commit is contained in:
parent
087b6f1685
commit
283178a287
3 changed files with 991 additions and 1 deletions
12
Makefile
12
Makefile
|
|
@ -26,7 +26,11 @@ gitconfig: $(DESTDIR)/.gitconfig
|
|||
|
||||
zls: $(DESTDIR)$(PREFIX)/zls.json
|
||||
|
||||
.PHONY: fish i3 i3status vis Xresources fontconfig srcfile st gitconfig zls
|
||||
alacritty: $(DESTDIR)$(PREFIX)/alacritty.yml
|
||||
|
||||
sway: $(DESTDIR)$(PREFIX)/sway/config
|
||||
|
||||
.PHONY: fish i3 i3status vis Xresources fontconfig srcfile st gitconfig zls alacritty sway
|
||||
|
||||
|
||||
## Actual file operations
|
||||
|
|
@ -51,3 +55,9 @@ $(DESTDIR)/.gitconfig: $(PWD)/gitconfig
|
|||
|
||||
$(DESTDIR)$(PREFIX)/zls.json: $(PWD)/zls.json
|
||||
ln -sf $^ $@
|
||||
|
||||
$(DESTDIR)$(PREFIX)/alacritty.yml: $(PWD)/alacritty.yml
|
||||
ln -sf $^ $@
|
||||
|
||||
$(DESTDIR)$(PREFIX)/sway/config: $(PWD)/sway/config
|
||||
ln -sf $^ $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue