Switch back to tmux

This commit is contained in:
Marko Korhonen 2025-07-24 09:11:42 -05:00
parent d946f3b33d
commit f4207ca303
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
4 changed files with 27 additions and 11 deletions

View file

@ -163,6 +163,10 @@ chmod = "600"
src = ".config/zellij/config.kdl"
dst = "~/.config/zellij/config.kdl"
[dotfiles.f_tmux]
src = ".config/tmux/tmux.conf"
dst = "~/.config/tmux/tmux.conf"
[profiles.pacman]
dotfiles = ["f_makepkg.conf", "f_paru.conf"]
@ -177,6 +181,7 @@ dotfiles = [
"f_ranger.conf",
"f_ranger_commands.py",
"f_zellij",
"f_tmux",
"f_zshrc",
"f_npmrc",
]