X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/db4fd9f943db71a5baa7c86580b86d0d809c15dd..3b4a2c49daaca5827b8de8ef54b202ff88a91cc4:/Makefile diff --git a/Makefile b/Makefile index 8322336..0ccccf2 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ XDG_DATA_HOME ?= ~/.local/share FILES := bin DOTFILES := goobookrc profile tmux.conf Xresources -CONFIGFILES := compton.conf mpv offlineimap ranger retroarch xbindkeys xkb +CONFIGFILES := mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: core_files core_files: dircolors git ssh systemd vim zsh @@ -31,7 +31,6 @@ 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 git: $(XDG_CONFIG_HOME) @@ -46,6 +45,10 @@ gnupg: systemd systemctl --user start gpg-agent.socket gpg-agent-extra.socket gpg-agent-browser.socket dirmngr.socket .PHONY: gnupg +kitty: + ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ +.PHONY: kitty + mpd: systemd ln -sfT $(APATH)/mpd $(XDG_CONFIG_HOME)/mpd mkdir -p $(XDG_DATA_HOME)/mpd/playlists @@ -74,6 +77,10 @@ ncmpcpp: $(XDG_CONFIG_HOME) mkdir -p $(XDG_DATA_HOME)/mpd/lyrics .PHONY: ncmpcpp +picom: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ +.PHONY: picom + qute_scripts := $(wildcard qutebrowser/userscripts/*) $(qute_scripts): mkdir -p $(XDG_DATA_HOME)/qutebrowser/userscripts