From 2af12ec19c21948adb4b81215252dae587946b64 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 30 Jul 2019 15:20:59 +0100 Subject: [PATCH] Moves dwm into nostow and removes unused symlink --- .conky | 1 - .gitmodules | 2 +- dwm => NOSTOW/dwm | 0 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 .conky rename dwm => NOSTOW/dwm (100%) diff --git a/.conky b/.conky deleted file mode 120000 index 9d8006a2..00000000 --- a/.conky +++ /dev/null @@ -1 +0,0 @@ -.config/conky/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 56851d1b..0ff729cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,5 +14,5 @@ path = shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion url = https://github.com/lukechilds/zsh-better-npm-completion [submodule "dwm"] - path = dwm + path = NOSTOW/dwm url = git@github.com:Jab2870/dwm.git diff --git a/dwm b/NOSTOW/dwm similarity index 100% rename from dwm rename to NOSTOW/dwm