X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/90d75a42c06145a45319b9fa111fc5dad0648dca..05fdc4b5ecc0735e8eb0cd199f9d89ae9e029c3a:/Makefile diff --git a/Makefile b/Makefile index 8a2c883..9b8fe2f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ APATH := $(realpath .) FILES := bin DOTFILES := conky* goobookrc msmtp* mutt profile tmux.conf weechat Xresources -CONFIGFILES := aliases compton.conf git gnupg mpv offlineimap ranger retroarch xbindkeys xkb +CONFIGFILES := aliases compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -16,6 +16,10 @@ vim: git clone https://github.com/gmarik/vundle ~/.local/share/vim/vundle .PHONY: vim +gdb: + ln -sfT $(APATH)/gdbinit ~/.gdbinit + ln -sfT $(APATH)/cgdb ~/.cgdb + awesome: ~/.config ln -sfT $(APATH)/awesome ~/.config/awesome .PHONY: awesome @@ -41,6 +45,12 @@ systemd: ln -sfT $(APATH)/$@ ~/.config/$@ .PHONY: systemd +gnupg: systemd + ln -sfT $(APATH)/$@ ~/.config/$@ + 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 +.PHONY: gnupg + zsh: ln -sfT $(APATH)/zshrc ~/.zshrc ln -sfT $(APATH)/zprofile ~/.zprofile