From 527cab9cd052b9e17511ae7ab3e24753e162dd25 Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Wed, 16 Jun 2021 11:33:02 -0500 Subject: [PATCH] Reorganize some more --- bombadil.toml | 11 ++++------- zsh/p10k.zsh => p10k.zsh | 0 zsh/{zsh => }/aliases | 0 zsh/{zsh => }/completions/.keep | 0 zsh/zshenv => zshenv | 0 zsh/zshrc => zshrc | 0 6 files changed, 4 insertions(+), 7 deletions(-) rename zsh/p10k.zsh => p10k.zsh (100%) rename zsh/{zsh => }/aliases (100%) rename zsh/{zsh => }/completions/.keep (100%) rename zsh/zshenv => zshenv (100%) rename zsh/zshrc => zshrc (100%) diff --git a/bombadil.toml b/bombadil.toml index ceaf3c7..6b23a84 100644 --- a/bombadil.toml +++ b/bombadil.toml @@ -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" } diff --git a/zsh/p10k.zsh b/p10k.zsh similarity index 100% rename from zsh/p10k.zsh rename to p10k.zsh diff --git a/zsh/zsh/aliases b/zsh/aliases similarity index 100% rename from zsh/zsh/aliases rename to zsh/aliases diff --git a/zsh/zsh/completions/.keep b/zsh/completions/.keep similarity index 100% rename from zsh/zsh/completions/.keep rename to zsh/completions/.keep diff --git a/zsh/zshenv b/zshenv similarity index 100% rename from zsh/zshenv rename to zshenv diff --git a/zsh/zshrc b/zshrc similarity index 100% rename from zsh/zshrc rename to zshrc