initial commit

This commit is contained in:
2023-04-10 13:05:53 -06:00
commit 8852818d8b
14 changed files with 2281 additions and 0 deletions

7
dotfiles/npm/npmrc Executable file
View File

@@ -0,0 +1,7 @@
user=0
unsafe-perm=true
prefix=${XDG_DATA_HOME}/npm
cache=${XDG_CACHE_HOME}/npm
tmp=${XDG_RUNTIME_DIR}/npm
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js
store-dir=${XDG_DATA_HOME}/pnpm-store

View File

@@ -0,0 +1,4 @@
{
"optOut": false,
"lastUpdateCheck": 1646662583446
}