diff --git a/.stow-rename b/.stow-rename new file mode 100644 index 0000000..7251b09 --- /dev/null +++ b/.stow-rename @@ -0,0 +1,2 @@ +config => .config +zshenv => .zshenv diff --git a/.config/zsh/.zprofile b/config/zsh/.zprofile similarity index 100% rename from .config/zsh/.zprofile rename to config/zsh/.zprofile diff --git a/.config/zsh/.zshrc b/config/zsh/.zshrc similarity index 100% rename from .config/zsh/.zshrc rename to config/zsh/.zshrc diff --git a/.config/zsh/all/functions b/config/zsh/all/functions similarity index 100% rename from .config/zsh/all/functions rename to config/zsh/all/functions diff --git a/.config/zsh/functions/composer b/config/zsh/functions/composer similarity index 100% rename from .config/zsh/functions/composer rename to config/zsh/functions/composer diff --git a/.config/zsh/functions/enphp b/config/zsh/functions/enphp similarity index 100% rename from .config/zsh/functions/enphp rename to config/zsh/functions/enphp diff --git a/.config/zsh/functions/fancy-ctrl-z b/config/zsh/functions/fancy-ctrl-z similarity index 100% rename from .config/zsh/functions/fancy-ctrl-z rename to config/zsh/functions/fancy-ctrl-z diff --git a/.config/zsh/functions/unphp b/config/zsh/functions/unphp similarity index 100% rename from .config/zsh/functions/unphp rename to config/zsh/functions/unphp diff --git a/.config/zsh/interactive+login/show_fortune b/config/zsh/interactive+login/show_fortune similarity index 100% rename from .config/zsh/interactive+login/show_fortune rename to config/zsh/interactive+login/show_fortune diff --git a/.config/zsh/interactive/aliases b/config/zsh/interactive/aliases similarity index 100% rename from .config/zsh/interactive/aliases rename to config/zsh/interactive/aliases diff --git a/.config/zsh/interactive/bindings b/config/zsh/interactive/bindings similarity index 100% rename from .config/zsh/interactive/bindings rename to config/zsh/interactive/bindings diff --git a/.config/zsh/interactive/fzf b/config/zsh/interactive/fzf similarity index 100% rename from .config/zsh/interactive/fzf rename to config/zsh/interactive/fzf diff --git a/.config/zsh/interactive/history b/config/zsh/interactive/history similarity index 100% rename from .config/zsh/interactive/history rename to config/zsh/interactive/history diff --git a/.config/zsh/interactive/iterm2 b/config/zsh/interactive/iterm2 similarity index 100% rename from .config/zsh/interactive/iterm2 rename to config/zsh/interactive/iterm2 diff --git a/.config/zsh/interactive/options b/config/zsh/interactive/options similarity index 100% rename from .config/zsh/interactive/options rename to config/zsh/interactive/options diff --git a/.config/zsh/interactive/z b/config/zsh/interactive/z similarity index 100% rename from .config/zsh/interactive/z rename to config/zsh/interactive/z diff --git a/.config/zsh/login/editor b/config/zsh/login/editor similarity index 100% rename from .config/zsh/login/editor rename to config/zsh/login/editor diff --git a/.config/zsh/login/fpath b/config/zsh/login/fpath similarity index 100% rename from .config/zsh/login/fpath rename to config/zsh/login/fpath diff --git a/.config/zsh/login/langs b/config/zsh/login/langs similarity index 100% rename from .config/zsh/login/langs rename to config/zsh/login/langs diff --git a/.config/zsh/login/path b/config/zsh/login/path similarity index 100% rename from .config/zsh/login/path rename to config/zsh/login/path diff --git a/.config/zsh/login/skip b/config/zsh/login/skip similarity index 100% rename from .config/zsh/login/skip rename to config/zsh/login/skip diff --git a/.config/zsh/zplug b/config/zsh/zplug similarity index 100% rename from .config/zsh/zplug rename to config/zsh/zplug diff --git a/.config/zsh/zprofile b/config/zsh/zprofile similarity index 100% rename from .config/zsh/zprofile rename to config/zsh/zprofile diff --git a/.config/zsh/zshenv b/config/zsh/zshenv similarity index 100% rename from .config/zsh/zshenv rename to config/zsh/zshenv diff --git a/.config/zsh/zshrc b/config/zsh/zshrc similarity index 100% rename from .config/zsh/zshrc rename to config/zsh/zshrc diff --git a/.zshenv b/zshenv similarity index 100% rename from .zshenv rename to zshenv