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:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
1
Brewfile
1
Brewfile
@@ -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
Reference in New Issue
Block a user