1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

move tmux config into tmux subdirectory

This commit is contained in:
Henrik Hautakoski 2025-10-29 01:28:14 +01:00
parent 4d3bd82df5
commit 3fdbb1f17a
42 changed files with 5 additions and 6 deletions

View file

@ -18,7 +18,6 @@ DIRECTORIES=(
dunst
smartgit
lazygit
tmux-plugins
)
for target in ${DIRECTORIES[@]}; do
@ -27,7 +26,7 @@ done
ln -sfr $BASE_PATH/bash/bashrc $HOME/.bashrc
ln -sfr $BASE_PATH/bash/bashrc.d $HOME/.bashrc.d
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
ln -sfr $BASE_PATH/tmux/config.conf $HOME/.tmux.conf
ln -sfr $BASE_PATH/Xresources $HOME/.Xresources
ln -sfr $BASE_PATH/picom.conf $HOME/.config/picom.conf
ln -sfr $BASE_PATH/fzfrc $HOME/.config/fzfrc