]> git.rmz.io Git - dotfiles.git/commitdiff
tmux: move config to XDG_CONFIG_HOME
authorSamir Benmendil <me@rmz.io>
Mon, 25 Jan 2021 23:32:08 +0000 (23:32 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 26 Jan 2021 00:25:01 +0000 (00:25 +0000)
Makefile
tmux/tmux.conf [moved from tmux.conf with 100% similarity]

index 0ccccf29f3e024ecb82174520614757eed2634ea..78b93d5280209e55b48729caa89d1a176cf7c740 100644 (file)
--- 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
similarity index 100%
rename from tmux.conf
rename to tmux/tmux.conf