Switch back to tmux
This commit is contained in:
parent
d946f3b33d
commit
f4207ca303
4 changed files with 27 additions and 11 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue