aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-13 18:59:40 +0900
committernsfisis <nsfisis@gmail.com>2022-05-13 18:59:40 +0900
commit15afc3f02585cb2d3ba10e37ac7421860fc316c9 (patch)
treebf34a92ab9de9700ff8527139a10689d9682fb7a
parent54705418f1b2ad309de14721f43e8d23740b5c44 (diff)
downloaddotfiles-15afc3f02585cb2d3ba10e37ac7421860fc316c9.tar.gz
dotfiles-15afc3f02585cb2d3ba10e37ac7421860fc316c9.tar.zst
dotfiles-15afc3f02585cb2d3ba10e37ac7421860fc316c9.zip
tmux: move .tmux.conf to .config/tmux/tmux.conf
-rw-r--r--.config/tmux/tmux.conf (renamed from .tmux.conf)0
-rwxr-xr-xsetup.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.config/tmux/tmux.conf
index 1cff1c9..1cff1c9 100644
--- a/.tmux.conf
+++ b/.config/tmux/tmux.conf
diff --git a/setup.sh b/setup.sh
index 6921b9d..7c44391 100755
--- a/setup.sh
+++ b/setup.sh
@@ -4,7 +4,6 @@
# Make symlinks to dot files. {{{2
for name in \
- .tmux.conf \
.vimrc \
.zshenv \
.zshrc \
@@ -30,6 +29,7 @@ for name in \
git \
newsboat \
nvim \
+ tmux \
; \
do
if [ ! -L ~/.config/"$name" ]; then