X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9554cbb8fb8133c65b83c80c59f48b226c1a2b92..d895f1697aab438f533a0a479107c9cfebe96e3e:/Makefile diff --git a/Makefile b/Makefile index 0a2513a..3184bb6 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ APATH := $(realpath .) FILES := bin -DOTFILES := conky* goobookrc msmtp* mutt profile tmux.conf weechat Xresources -CONFIGFILES := aliases compton.conf git gnupg mpv offlineimap ranger retroarch systemd xbindkeys xkb +DOTFILES := goobookrc msmtp* profile tmux.conf weechat Xresources +CONFIGFILES := aliases compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -16,6 +16,15 @@ vim: git clone https://github.com/gmarik/vundle ~/.local/share/vim/vundle .PHONY: vim +mutt: + ln -sfT $(APATH)/mutt ~/.config/mutt +.PHONY: mutt + +gdb: + ln -sfT $(APATH)/gdbinit ~/.gdbinit + ln -sfT $(APATH)/cgdb ~/.cgdb +.PHONY: gdb + awesome: ~/.config ln -sfT $(APATH)/awesome ~/.config/awesome .PHONY: awesome @@ -25,9 +34,11 @@ qutebrowser: ~/.config mkdir -p ~/downloads .PHONY: qutebrowser -mpd: +mpd: systemd ln -sfT $(APATH)/mpd ~/.config/mpd mkdir -p ~/.local/share/mpd/playlists + systemctl --user enable mpd + systemctl --user start mpd .PHONY: mpd ncmpcpp: @@ -35,6 +46,16 @@ ncmpcpp: mkdir -p ~/.local/share/mpd/lyrics .PHONY: ncmpcpp +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