update install files

* correct bad paths in install.sh (thanks @pidgypost)
* update brew install script
* update nvm installation to work correctly

fixes #6 and fixes #7
This commit is contained in:
Nick Nisi
2015-08-10 22:37:24 -05:00
parent 131f43e354
commit 387594e491
5 changed files with 30 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# Dotfiles
Welcome to my world.
Welcome to my world. This is a collection of vim, tmux, and zsh configurations.
## Contents
@@ -21,3 +21,7 @@ Welcome to my world.
## ZSH Plugins
By default, the `.zshrc` file will source any file within `.dotfiles/zsh` that have the `.zsh` extension.
## Vim Plugins
Vim plugins are managed with [vim-plug](https://github.com/junegunn/vim-plug). To install, run `vim +PlugInstall`.