]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
weechat: allow multiline input
[dotfiles.git] / Makefile
index 78b93d5280209e55b48729caa89d1a176cf7c740..60145361d2465527344dc5ebf1f23d69834efe04 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ gnupg: systemd
        chmod 700 $(XDG_CONFIG_HOME)/$@
        systemctl --user enable gpg-agent.socket gpg-agent-extra.socket gpg-agent-browser.socket dirmngr.socket
        systemctl --user start gpg-agent.socket gpg-agent-extra.socket gpg-agent-browser.socket dirmngr.socket
+       sudo ln -sfT $(APATH)/bin/pinentry /usr/local/bin/pinentry
 .PHONY: gnupg
 
 kitty:
@@ -77,6 +78,10 @@ ncmpcpp: $(XDG_CONFIG_HOME)
        mkdir -p $(XDG_DATA_HOME)/mpd/lyrics
 .PHONY: ncmpcpp
 
+pacman: $(XDG_CONFIG_HOME)
+       ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
+.PHONY: pacman
+
 picom: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
 .PHONY: picom
@@ -92,6 +97,10 @@ qutebrowser: $(XDG_CONFIG_HOME) $(qute_scripts)
        mkdir -p ~/downloads
 .PHONY: qutebrowser
 
+rofi: $(XDG_CONFIG_HOME)
+       ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
+.PHONY: rofi
+
 ssh:
        ln -sfT $(APATH)/ssh/config ~/.ssh/config
 .PHONY: ssh
@@ -127,6 +136,10 @@ xinit: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/$@   $(XDG_CONFIG_HOME)/$@
 .PHONY: xinit
 
+wakeonlan: $(XDG_CONFIG_HOME)
+       ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
+.PHONY: wakeonlan
+
 weechat: $(XDG_CONFIG_HOME) $(XDG_CACHE_HOME)
        ln -sfT $(APATH)/weechat $(XDG_CONFIG_HOME)/weechat
        mkdir -p $(XDG_CACHE_HOME)/weechat
@@ -140,6 +153,7 @@ zsh: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/aliases $(XDG_CONFIG_HOME)/aliases
        mkdir -p $(XDG_CACHE_HOME)/zsh
        mkdir -p $(XDG_DATA_HOME)/zsh
+       git submodule update --init zsh/lib/zsh-syntax-highlighting
 .PHONY: zsh
 
 $(FILES):