1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 01:37:14 +01:00

add npmrc file: switch to euro registry and make npm less noisy

This commit is contained in:
Matthias Kretschmann 2014-05-23 17:01:28 +02:00
parent b1eec3ddfa
commit a961457441
3 changed files with 13 additions and 7 deletions

View File

@ -14,7 +14,7 @@
# dotfiles directory
dir=~/Projects/dotfiles
# list of files/folders to symlink in homedir
files="aliases bashrc bash_profile bash_prompt gemrc gitconfig gitignore_global hushlogin private tm_properties generator.json"
files="aliases bashrc bash_profile bash_prompt gemrc gitconfig gitignore_global hushlogin private tm_properties generator.json npmrc"
# ----------------------------------------------------------------------
# change to the dotfiles directory

6
npmrc Normal file
View File

@ -0,0 +1,6 @@
# Use european registry to be faster
registry = http://registry.npmjs.eu
# Make npm less noisy
loglevel = warn

View File

@ -14,7 +14,7 @@
# dotfiles directory
dir=~/Projects/dotfiles
# list of files/folders to symlink in homedir
files="aliases bashrc bash_profile bash_prompt gemrc gitconfig gitignore_global hushlogin private tm_properties generator.json"
files="aliases bashrc bash_profile bash_prompt gemrc gitconfig gitignore_global hushlogin private tm_properties generator.json npmrc"
# ----------------------------------------------------------------------
# change to the dotfiles directory