XDG_DATA_HOME ?= ~/.local/share
FILES := bin
-DOTFILES := goobookrc msmtp* profile tmux.conf weechat Xresources
+DOTFILES := goobookrc msmtp* profile tmux.conf Xresources
CONFIGFILES := compton.conf mpv offlineimap ranger retroarch xbindkeys xkb
.PHONY: core_files
-core_files: dircolors git systemd vim zsh
+core_files: dircolors git ssh systemd vim zsh
.PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES)
install: $(FILES) $(DOTFILES) $(CONFIGFILES)
ln -sfT $(APATH)/xprofile ~/.xprofile
.PHONY: xprofile
+weechat: $(XDG_CONFIG_HOME) $(XDG_CACHE_HOME)
+ ln -sfT $(APATH)/weechat $(XDG_CONFIG_HOME)/weechat
+ mkdir -p $(XDG_CACHE_HOME)/weechat
+.PHONY: weechat
+
+
zsh: $(XDG_CONFIG_HOME)
ln -sfT $(APATH)/zshrc ~/.zshrc
- ln -sfT $(APATH)/zprofile ~/.zprofile
ln -sfT $(APATH)/zshenv ~/.zshenv
ln -sfT $(APATH)/zsh $(XDG_CONFIG_HOME)/zsh
ln -sfT $(APATH)/aliases $(XDG_CONFIG_HOME)/aliases