From 68d5f293cf6e92b150c809e591ef707cb8f19480 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 7 Oct 2016 23:13:58 +1100 Subject: [PATCH] Using stow-rename, unhide all the files :3 --- .stow-rename | 2 ++ {.config => config}/zsh/.zprofile | 0 {.config => config}/zsh/.zshrc | 0 {.config => config}/zsh/all/functions | 0 {.config => config}/zsh/functions/composer | 0 {.config => config}/zsh/functions/enphp | 0 {.config => config}/zsh/functions/fancy-ctrl-z | 0 {.config => config}/zsh/functions/unphp | 0 {.config => config}/zsh/interactive+login/show_fortune | 0 {.config => config}/zsh/interactive/aliases | 0 {.config => config}/zsh/interactive/bindings | 0 {.config => config}/zsh/interactive/fzf | 0 {.config => config}/zsh/interactive/history | 0 {.config => config}/zsh/interactive/iterm2 | 0 {.config => config}/zsh/interactive/options | 0 {.config => config}/zsh/interactive/z | 0 {.config => config}/zsh/login/editor | 0 {.config => config}/zsh/login/fpath | 0 {.config => config}/zsh/login/langs | 0 {.config => config}/zsh/login/path | 0 {.config => config}/zsh/login/skip | 0 {.config => config}/zsh/zplug | 0 {.config => config}/zsh/zprofile | 0 {.config => config}/zsh/zshenv | 0 {.config => config}/zsh/zshrc | 0 .zshenv => zshenv | 0 26 files changed, 2 insertions(+) create mode 100644 .stow-rename rename {.config => config}/zsh/.zprofile (100%) rename {.config => config}/zsh/.zshrc (100%) rename {.config => config}/zsh/all/functions (100%) rename {.config => config}/zsh/functions/composer (100%) rename {.config => config}/zsh/functions/enphp (100%) rename {.config => config}/zsh/functions/fancy-ctrl-z (100%) rename {.config => config}/zsh/functions/unphp (100%) rename {.config => config}/zsh/interactive+login/show_fortune (100%) rename {.config => config}/zsh/interactive/aliases (100%) rename {.config => config}/zsh/interactive/bindings (100%) rename {.config => config}/zsh/interactive/fzf (100%) rename {.config => config}/zsh/interactive/history (100%) rename {.config => config}/zsh/interactive/iterm2 (100%) rename {.config => config}/zsh/interactive/options (100%) rename {.config => config}/zsh/interactive/z (100%) rename {.config => config}/zsh/login/editor (100%) rename {.config => config}/zsh/login/fpath (100%) rename {.config => config}/zsh/login/langs (100%) rename {.config => config}/zsh/login/path (100%) rename {.config => config}/zsh/login/skip (100%) rename {.config => config}/zsh/zplug (100%) rename {.config => config}/zsh/zprofile (100%) rename {.config => config}/zsh/zshenv (100%) rename {.config => config}/zsh/zshrc (100%) rename .zshenv => zshenv (100%) 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