X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/05fdc4b5ecc0735e8eb0cd199f9d89ae9e029c3a..68cd21a9e728be519620a9f3ae107cdb4fa6fffe:/Makefile diff --git a/Makefile b/Makefile index 9b8fe2f..3184bb6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ APATH := $(realpath .) FILES := bin -DOTFILES := conky* goobookrc msmtp* mutt profile tmux.conf weechat Xresources +DOTFILES := goobookrc msmtp* profile tmux.conf weechat Xresources CONFIGFILES := aliases compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -16,9 +16,14 @@ 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