]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
conky: remove conky
[dotfiles.git] / Makefile
index 8af2d32f360651b9169a79b9ccf7faa13cc8b07b..889268751d46a1d148da7c7582df5fd5dc37ca84 100644 (file)
--- 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* mutt profile tmux.conf weechat Xresources
 CONFIGFILES := aliases compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb
 
 .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES)
@@ -16,6 +16,11 @@ 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
+.PHONY: gdb
+
 awesome: ~/.config
        ln -sfT $(APATH)/awesome ~/.config/awesome
 .PHONY: awesome