From 665ee74425544173d4adae44d85ead1cbc88ff6c Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Mon, 18 Aug 2014 09:03:42 -0500 Subject: [PATCH] remove nvm submodule and add it from brew Move nvm to be managed under Homebrew so it's easier to keep updated and because having it in the dotfiles and then symlinked into the home directory appears to cause issues with too many symlinks --- .gitmodules | 3 --- Brewfile | 1 + nvm.symlink | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 160000 nvm.symlink diff --git a/.gitmodules b/.gitmodules index dfa576a..152a3a6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "vim/vim.symlink/bundle/vundle"] path = vim/vim.symlink/bundle/vundle url = git@github.com:gmarik/vundle.git -[submodule "nvm.symlink"] - path = nvm.symlink - url = https://github.com/creationix/nvm.git diff --git a/Brewfile b/Brewfile index 5309daa..d62d7c2 100644 --- a/Brewfile +++ b/Brewfile @@ -17,6 +17,7 @@ install reattach-to-user-namespace install tmux install zsh install highlight +install nvm # gitsh tap thoughtbot/formulae diff --git a/nvm.symlink b/nvm.symlink deleted file mode 160000 index eef12cc..0000000 --- a/nvm.symlink +++ /dev/null @@ -1 +0,0 @@ -Subproject commit eef12cc2b38f911d21b765cf0aa3e5dd57ea536e