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
This commit is contained in:
Nick Nisi
2014-08-18 09:03:42 -05:00
parent dc9c9e5b87
commit 665ee74425
3 changed files with 1 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -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

View File

@@ -17,6 +17,7 @@ install reattach-to-user-namespace
install tmux
install zsh
install highlight
install nvm
# gitsh
tap thoughtbot/formulae

Submodule nvm.symlink deleted from eef12cc2b3