mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
minimal vimrc and better xdg support thanks to b3nj5m1n/xdg-ninja
This commit is contained in:
parent
1ef5283598
commit
165037d840
11 changed files with 109 additions and 5 deletions
4
.config/npm/.npmrc
Normal file
4
.config/npm/.npmrc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# ~/.npmrc
|
||||
# New-Item -ItemType SymbolicLink -Path ~\.npmrc -Target ~\.dotfiles\.npmrc
|
||||
# ln -s $DOTFILES/.npmrc ~/.npmrc
|
||||
# registry=https://registry.npmmirror.com
|
||||
4
.config/npm/npmrc
Normal file
4
.config/npm/npmrc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc
|
||||
# $XDG_CONFIG_HOME/npm/npmrc
|
||||
# ln -s $DOTFILES/.config/npm/npmrc $NPM_CONFIG_USERCONFIG
|
||||
# registry=https://registry.npmmirror.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue