Reorganize some more
This commit is contained in:
parent
7697e0b673
commit
527cab9cd0
@ -19,10 +19,10 @@ waybar = { source = "waybar", target = ".config/waybar" }
|
||||
wofi = { source = "wofi", target = ".config/wofi" }
|
||||
|
||||
# zsh
|
||||
p10k = { source = "zsh/p10k.zsh", target = ".p10k.zsh" }
|
||||
zsh = { source = "zsh/zsh", target = ".zsh", ignore = [ ".keep" ] }
|
||||
zshenv = { source = "zsh/zshenv", target = ".zshenv" }
|
||||
zshrc = { source = "zsh/zshrc", target = ".zshrc" }
|
||||
p10k = { source = "p10k.zsh", target = ".p10k.zsh" }
|
||||
zsh = { source = "zsh", target = ".zsh", ignore = [ ".keep" ] }
|
||||
zshenv = { source = "zshenv", target = ".zshenv" }
|
||||
zshrc = { source = "zshrc", target = ".zshrc" }
|
||||
|
||||
# vim
|
||||
nvim = { source = "nvim", target = ".config/nvim" }
|
||||
@ -31,6 +31,3 @@ 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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user