README.md: Remove references to .npmrc

I stopped using a local npmrc when I started using nvm.
This commit is contained in:
Alan Orth 2016-09-07 12:05:19 +03:00
parent 1030818347
commit 6e0fc877d5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -12,7 +12,6 @@ $ ln -sf ~/src/git/dotfiles/.vimrc .
$ ln -sf ~/src/git/dotfiles/.tmux.conf . $ ln -sf ~/src/git/dotfiles/.tmux.conf .
$ ln -sf ~/src/git/dotfiles/.dircolors.ansi-dark . $ ln -sf ~/src/git/dotfiles/.dircolors.ansi-dark .
$ ln -sf ~/src/git/dotfiles/.zshrc . $ ln -sf ~/src/git/dotfiles/.zshrc .
$ ln -sf ~/src/git/dotfiles/.npmrc .
``` ```
## .bashrc ## .bashrc
@ -27,9 +26,6 @@ Syntax highlighting, Solarized color scheme, tab stops to 4 spaces, etc.
## .zshrc ## .zshrc
Configures a custom prompt, adds paths for pkgsrc on Mac OS X, sets up pyenv, adds aliases, Solarized dircolors, etc. Configures a custom prompt, adds paths for pkgsrc on Mac OS X, sets up pyenv, adds aliases, Solarized dircolors, etc.
## .npmrc
Configures a local npm package directory (so I can `npm install -g` without needing sudo)
## License ## License
Copyright (C) 2015 Alan Orth Copyright (C) 2015 Alan Orth