Reorganize some more

This commit is contained in:
Daniel Lynn 2021-06-16 11:33:02 -05:00
parent 7697e0b673
commit 527cab9cd0
6 changed files with 4 additions and 7 deletions

View File

@ -19,10 +19,10 @@ waybar = { source = "waybar", target = ".config/waybar" }
wofi = { source = "wofi", target = ".config/wofi" } wofi = { source = "wofi", target = ".config/wofi" }
# zsh # zsh
p10k = { source = "zsh/p10k.zsh", target = ".p10k.zsh" } p10k = { source = "p10k.zsh", target = ".p10k.zsh" }
zsh = { source = "zsh/zsh", target = ".zsh", ignore = [ ".keep" ] } zsh = { source = "zsh", target = ".zsh", ignore = [ ".keep" ] }
zshenv = { source = "zsh/zshenv", target = ".zshenv" } zshenv = { source = "zshenv", target = ".zshenv" }
zshrc = { source = "zsh/zshrc", target = ".zshrc" } zshrc = { source = "zshrc", target = ".zshrc" }
# vim # vim
nvim = { source = "nvim", target = ".config/nvim" } nvim = { source = "nvim", target = ".config/nvim" }
@ -31,6 +31,3 @@ vimrc = { source = "vimrc", target = ".vimrc" }
# tmux # tmux
tmux = { source = "tmux", target = ".config/tmux" } tmux = { source = "tmux", target = ".config/tmux" }
tmux_conf = { source = "tmux.conf", target = ".tmux.conf" } tmux_conf = { source = "tmux.conf", target = ".tmux.conf" }
# powerline
powerline = { source = "powerline", target = ".config/powerline" }

View File

View File