From 6ebda25526519ae3a1a8b3c056d823ae46b23492 Mon Sep 17 00:00:00 2001 From: James Walker Date: Tue, 20 Aug 2013 23:52:37 -0400 Subject: [PATCH] Moving to homesick --- {drush => home/.drush}/.gitignore | 0 gemrc => home/.gemrc | 0 gitconfig => home/.gitconfig | 0 psqlrc => home/.psqlrc | 0 screenrc => home/.screenrc | 0 {ssh => home/.ssh}/.gitignore | 0 {ssh => home/.ssh}/authorized_keys | 0 {ssh => home/.ssh}/config | 0 {ssh => home/.ssh}/id_dsa.pub | 0 tmux.conf => home/.tmux.conf | 0 {zsh => home/.zsh}/custom/plugins/drush/_drush | 0 {zsh => home/.zsh}/custom/plugins/tmuxinator/_tmuxinator | 0 .../.zsh}/custom/plugins/tmuxinator/tmuxinator.plugin.zsh | 0 {zsh => home/.zsh}/custom/walkah.zsh | 0 {zsh => home/.zsh}/custom/walkah.zsh-theme | 0 zshenv => home/.zshenv | 0 zshrc => home/.zshrc | 0 {bin => home/bin}/ircnotify.sh | 0 {bin => home/bin}/pychecker.sh | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename {drush => home/.drush}/.gitignore (100%) rename gemrc => home/.gemrc (100%) rename gitconfig => home/.gitconfig (100%) rename psqlrc => home/.psqlrc (100%) rename screenrc => home/.screenrc (100%) rename {ssh => home/.ssh}/.gitignore (100%) rename {ssh => home/.ssh}/authorized_keys (100%) rename {ssh => home/.ssh}/config (100%) rename {ssh => home/.ssh}/id_dsa.pub (100%) rename tmux.conf => home/.tmux.conf (100%) rename {zsh => home/.zsh}/custom/plugins/drush/_drush (100%) rename {zsh => home/.zsh}/custom/plugins/tmuxinator/_tmuxinator (100%) rename {zsh => home/.zsh}/custom/plugins/tmuxinator/tmuxinator.plugin.zsh (100%) rename {zsh => home/.zsh}/custom/walkah.zsh (100%) rename {zsh => home/.zsh}/custom/walkah.zsh-theme (100%) rename zshenv => home/.zshenv (100%) rename zshrc => home/.zshrc (100%) rename {bin => home/bin}/ircnotify.sh (100%) rename {bin => home/bin}/pychecker.sh (100%) diff --git a/drush/.gitignore b/home/.drush/.gitignore similarity index 100% rename from drush/.gitignore rename to home/.drush/.gitignore diff --git a/gemrc b/home/.gemrc similarity index 100% rename from gemrc rename to home/.gemrc diff --git a/gitconfig b/home/.gitconfig similarity index 100% rename from gitconfig rename to home/.gitconfig diff --git a/psqlrc b/home/.psqlrc similarity index 100% rename from psqlrc rename to home/.psqlrc diff --git a/screenrc b/home/.screenrc similarity index 100% rename from screenrc rename to home/.screenrc diff --git a/ssh/.gitignore b/home/.ssh/.gitignore similarity index 100% rename from ssh/.gitignore rename to home/.ssh/.gitignore diff --git a/ssh/authorized_keys b/home/.ssh/authorized_keys similarity index 100% rename from ssh/authorized_keys rename to home/.ssh/authorized_keys diff --git a/ssh/config b/home/.ssh/config similarity index 100% rename from ssh/config rename to home/.ssh/config diff --git a/ssh/id_dsa.pub b/home/.ssh/id_dsa.pub similarity index 100% rename from ssh/id_dsa.pub rename to home/.ssh/id_dsa.pub diff --git a/tmux.conf b/home/.tmux.conf similarity index 100% rename from tmux.conf rename to home/.tmux.conf diff --git a/zsh/custom/plugins/drush/_drush b/home/.zsh/custom/plugins/drush/_drush similarity index 100% rename from zsh/custom/plugins/drush/_drush rename to home/.zsh/custom/plugins/drush/_drush diff --git a/zsh/custom/plugins/tmuxinator/_tmuxinator b/home/.zsh/custom/plugins/tmuxinator/_tmuxinator similarity index 100% rename from zsh/custom/plugins/tmuxinator/_tmuxinator rename to home/.zsh/custom/plugins/tmuxinator/_tmuxinator diff --git a/zsh/custom/plugins/tmuxinator/tmuxinator.plugin.zsh b/home/.zsh/custom/plugins/tmuxinator/tmuxinator.plugin.zsh similarity index 100% rename from zsh/custom/plugins/tmuxinator/tmuxinator.plugin.zsh rename to home/.zsh/custom/plugins/tmuxinator/tmuxinator.plugin.zsh diff --git a/zsh/custom/walkah.zsh b/home/.zsh/custom/walkah.zsh similarity index 100% rename from zsh/custom/walkah.zsh rename to home/.zsh/custom/walkah.zsh diff --git a/zsh/custom/walkah.zsh-theme b/home/.zsh/custom/walkah.zsh-theme similarity index 100% rename from zsh/custom/walkah.zsh-theme rename to home/.zsh/custom/walkah.zsh-theme diff --git a/zshenv b/home/.zshenv similarity index 100% rename from zshenv rename to home/.zshenv diff --git a/zshrc b/home/.zshrc similarity index 100% rename from zshrc rename to home/.zshrc diff --git a/bin/ircnotify.sh b/home/bin/ircnotify.sh similarity index 100% rename from bin/ircnotify.sh rename to home/bin/ircnotify.sh diff --git a/bin/pychecker.sh b/home/bin/pychecker.sh similarity index 100% rename from bin/pychecker.sh rename to home/bin/pychecker.sh