Tmuxline configurations

This commit is contained in:
2021-06-16 11:31:28 -05:00
parent a315976841
commit 7697e0b673
7 changed files with 74 additions and 25 deletions

View File

@@ -26,8 +26,11 @@ zshrc = { source = "zsh/zshrc", target = ".zshrc" }
# vim
nvim = { source = "nvim", target = ".config/nvim" }
vimrc = { source = "vim/vimrc", target = ".vimrc" }
vimrc = { source = "vimrc", target = ".vimrc" }
# tmux
tmux = { source = "tmux", target = ".config/tmux" }
tmux_conf = { source = "tmux.conf", target = ".tmux.conf" }
# powerline
powerline = { source = "powerline", target = ".config/powerline" }