Add zshrc

This commit is contained in:
joachimschmidt557 2022-12-20 10:00:37 +01:00
parent e372d73343
commit 9f4115442d
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 22 additions and 1 deletions

View file

@ -38,7 +38,9 @@ foot: $(DESTDIR)$(PREFIX)/foot/foot.ini
nimmm: $(DESTDIR)$(PREFIX)/nimmm.conf
.PHONY: fish i3 i3status vis Xresources fontconfig srcfile gitconfig zls alacritty sway emacs gtk mpd foot
zshrc: $(DESTDIR)/.zshrc
.PHONY: fish i3 i3status vis Xresources fontconfig srcfile gitconfig zls alacritty sway emacs gtk mpd foot nimmm zshrc
## Actual file operations
@ -81,3 +83,6 @@ $(DESTDIR)$(PREFIX)/foot/foot.ini: $(PWD)/foot.ini
$(DESTDIR)$(PREFIX)/nimmm.conf: $(PWD)/nimmm.conf
ln -sf $^ $@
$(DESTDIR)/.zshrc: $(PWD)/zshrc
ln -sf $^ $@