Move some things around

This commit is contained in:
2021-07-20 10:50:29 -05:00
parent b3e9c4725b
commit e84874ee40
4 changed files with 5 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ waybar = { source = "waybar", target = ".config/waybar" }
wofi = { source = "wofi", target = ".config/wofi" }
# zsh
zsh = { source = "aliases", target = ".aliases" }
p10k = { source = "p10k.zsh", target = ".p10k.zsh" }
zsh = { source = "zsh", target = ".zsh", ignore = [ ".keep" ] }
zshenv = { source = "zshenv", target = ".zshenv" }
zshrc = { source = "zshrc", target = ".zshrc" }