Add tmux configurations

This commit is contained in:
2021-06-16 09:59:25 -05:00
parent 587a6aefd8
commit a315976841
4 changed files with 76 additions and 0 deletions

View File

@@ -27,3 +27,7 @@ zshrc = { source = "zsh/zshrc", target = ".zshrc" }
# vim
nvim = { source = "nvim", target = ".config/nvim" }
vimrc = { source = "vim/vimrc", target = ".vimrc" }
# tmux
tmux = { source = "tmux", target = ".config/tmux" }
tmux_conf = { source = "tmux.conf", target = ".tmux.conf" }