Tmuxline configurations
This commit is contained in:
@@ -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" }
|
||||
|
Reference in New Issue
Block a user