From: Samir Benmendil Date: Mon, 25 Jan 2021 23:32:08 +0000 (+0000) Subject: tmux: move config to XDG_CONFIG_HOME X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/08fdc4cadb4690de4b3ab1c9985efe50f8065252?ds=sidebyside tmux: move config to XDG_CONFIG_HOME --- diff --git a/Makefile b/Makefile index 0ccccf2..78b93d5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ XDG_CACHE_HOME ?= ~/.cache XDG_DATA_HOME ?= ~/.local/share FILES := bin -DOTFILES := goobookrc profile tmux.conf Xresources +DOTFILES := goobookrc profile Xresources CONFIGFILES := mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: core_files @@ -104,6 +104,10 @@ task: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/taskrc $(XDG_CONFIG_HOME)/taskrc .PHONY: task +tmux: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/tmux $(XDG_CONFIG_HOME)/tmux +.PHONY: tmux + urxvt: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/urxvt $(XDG_CONFIG_HOME)/urxvt .PHONY: urxvt diff --git a/tmux.conf b/tmux/tmux.conf similarity index 100% rename from tmux.conf rename to tmux/tmux.conf