X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d2eef74a619df34af99da9ea6e89f2cbc196a5d2..68cd21a9e728be519620a9f3ae107cdb4fa6fffe:/Makefile diff --git a/Makefile b/Makefile index 8af2d32..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,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