minimal vimrc and better xdg support thanks to b3nj5m1n/xdg-ninja

This commit is contained in:
js0ny 2024-11-13 00:38:35 +00:00
parent 1ef5283598
commit 165037d840
11 changed files with 109 additions and 5 deletions

4
.config/npm/.npmrc Normal file
View 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
View 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