]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
weechat: update settings
[dotfiles.git] / Makefile
index 0ccccf29f3e024ecb82174520614757eed2634ea..4bbae54625602c3b2fcfe77393121aa3c009cd35 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ XDG_CACHE_HOME  ?= ~/.cache
 XDG_DATA_HOME   ?= ~/.local/share
 
 FILES := bin
-DOTFILES := goobookrc profile tmux.conf Xresources
+DOTFILES := goobookrc profile Xresources
 CONFIGFILES := mpv offlineimap ranger retroarch xbindkeys xkb
 
 .PHONY: core_files
@@ -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:
@@ -104,6 +105,10 @@ task: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/taskrc $(XDG_CONFIG_HOME)/taskrc
 .PHONY: task
 
+tmux: $(XDG_CONFIG_HOME)
+       ln -sfT $(APATH)/tmux $(XDG_CONFIG_HOME)/tmux
+.PHONY: tmux
+
 urxvt: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/urxvt $(XDG_CONFIG_HOME)/urxvt
 .PHONY: urxvt