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:
parent
b1eec3ddfa
commit
a961457441
2
make.sh
2
make.sh
@ -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
6
npmrc
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
# Use european registry to be faster
|
||||
registry = http://registry.npmjs.eu
|
||||
|
||||
# Make npm less noisy
|
||||
loglevel = warn
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user