X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/0ed4a09d149948e2cc90fa85782a6a3326333945..999f3a27477995a198a99be06cfbdcd97326b156:/Makefile diff --git a/Makefile b/Makefile index 144a7d9..6ba4acf 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,12 @@ XDG_CACHE_HOME ?= ~/.cache XDG_DATA_HOME ?= ~/.local/share FILES := bin -DOTFILES := goobookrc msmtp* profile tmux.conf weechat Xresources +DOTFILES := goobookrc msmtp* profile tmux.conf Xresources CONFIGFILES := compton.conf mpv offlineimap ranger retroarch xbindkeys xkb +.PHONY: core_files +core_files: dircolors git ssh systemd vim zsh + .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -24,6 +27,7 @@ dircolors: $(XDG_CONFIG_HOME) gdb: mkdir $(XDG_DATA_HOME)/gdb + ln -sfT $(APATH)/gdb $(XDG_CONFIG_HOME)/gdb ln -sfT $(APATH)/gdbinit ~/.gdbinit ln -sfT $(APATH)/cgdb ~/.cgdb .PHONY: gdb @@ -60,6 +64,10 @@ qutebrowser: $(XDG_CONFIG_HOME) mkdir -p ~/downloads .PHONY: qutebrowser +ssh: + ln -sfT $(APATH)/ssh/config ~/.ssh/config +.PHONY: ssh + systemd: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ .PHONY: systemd @@ -86,9 +94,14 @@ xprofile: ln -sfT $(APATH)/xprofile ~/.xprofile .PHONY: xprofile +weechat: $(XDG_CONFIG_HOME) $(XDG_CACHE_HOME) + ln -sfT $(APATH)/weechat $(XDG_CONFIG_HOME)/weechat + mkdir -p $(XDG_CACHE_HOME)/weechat +.PHONY: weechat + + zsh: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/zshrc ~/.zshrc - ln -sfT $(APATH)/zprofile ~/.zprofile ln -sfT $(APATH)/zshenv ~/.zshenv ln -sfT $(APATH)/zsh $(XDG_CONFIG_HOME)/zsh ln -sfT $(APATH)/aliases $(XDG_CONFIG_HOME)/aliases