From cd24899161554e78f5821eddb062c67d447001a9 Mon Sep 17 00:00:00 2001 From: David Todd Date: Tue, 12 Jan 2021 14:06:51 -0600 Subject: [PATCH] Move shell .files --- .Xresources => shell/.Xresources | 0 .aliases => shell/.aliases | 0 .bashrc => shell/.bashrc | 0 .dmenurc => shell/.dmenurc | 0 .dmrc => shell/.dmrc | 0 .environment => shell/.environment | 0 .functions => shell/.functions | 0 .gitconfig => shell/.gitconfig | 0 .stalonetrayrc => shell/.stalonetrayrc | 0 .tmux.conf => shell/.tmux.conf | 0 .vimrc => shell/.vimrc | 0 .zshrc => shell/.zshrc | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename .Xresources => shell/.Xresources (100%) rename .aliases => shell/.aliases (100%) rename .bashrc => shell/.bashrc (100%) rename .dmenurc => shell/.dmenurc (100%) rename .dmrc => shell/.dmrc (100%) rename .environment => shell/.environment (100%) rename .functions => shell/.functions (100%) rename .gitconfig => shell/.gitconfig (100%) rename .stalonetrayrc => shell/.stalonetrayrc (100%) rename .tmux.conf => shell/.tmux.conf (100%) rename .vimrc => shell/.vimrc (100%) rename .zshrc => shell/.zshrc (100%) diff --git a/.Xresources b/shell/.Xresources similarity index 100% rename from .Xresources rename to shell/.Xresources diff --git a/.aliases b/shell/.aliases similarity index 100% rename from .aliases rename to shell/.aliases diff --git a/.bashrc b/shell/.bashrc similarity index 100% rename from .bashrc rename to shell/.bashrc diff --git a/.dmenurc b/shell/.dmenurc similarity index 100% rename from .dmenurc rename to shell/.dmenurc diff --git a/.dmrc b/shell/.dmrc similarity index 100% rename from .dmrc rename to shell/.dmrc diff --git a/.environment b/shell/.environment similarity index 100% rename from .environment rename to shell/.environment diff --git a/.functions b/shell/.functions similarity index 100% rename from .functions rename to shell/.functions diff --git a/.gitconfig b/shell/.gitconfig similarity index 100% rename from .gitconfig rename to shell/.gitconfig diff --git a/.stalonetrayrc b/shell/.stalonetrayrc similarity index 100% rename from .stalonetrayrc rename to shell/.stalonetrayrc diff --git a/.tmux.conf b/shell/.tmux.conf similarity index 100% rename from .tmux.conf rename to shell/.tmux.conf diff --git a/.vimrc b/shell/.vimrc similarity index 100% rename from .vimrc rename to shell/.vimrc diff --git a/.zshrc b/shell/.zshrc similarity index 100% rename from .zshrc rename to shell/.zshrc