aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.sh
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 /setup.sh
parent54705418f1b2ad309de14721f43e8d23740b5c44 (diff)
downloaddotfiles-15afc3f02585cb2d3ba10e37ac7421860fc316c9.tar.gz
dotfiles-15afc3f02585cb2d3ba10e37ac7421860fc316c9.tar.zst
dotfiles-15afc3f02585cb2d3ba10e37ac7421860fc316c9.zip
tmux: move .tmux.conf to .config/tmux/tmux.conf
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
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