Compare commits

...

3 Commits

Author SHA1 Message Date
Gea-Suan Lin
412c9a640a feat: install .npmrc if it does not exist. 2025-10-02 12:16:58 +08:00
Gea-Suan Lin
5d7322bb44 refactor: sort. 2025-10-02 12:16:50 +08:00
Gea-Suan Lin
fdb51ee6fa feat: don't show npm fund. 2025-10-02 12:16:37 +08:00
2 changed files with 8 additions and 2 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
fund=false

View File

@@ -36,17 +36,22 @@ if [ ! -e ~/.gitconfig.local ]; then
cp ${BASEDIR}/.gitconfig.local ~/
fi
#
if [ ! -e ~/.npmrc ]; then
cp ${BASEDIR}/.npmrc ~/
fi
#
cp ${BASEDIR}/.gdbinit ~/
#
cp ${BASEDIR}/.wgetrc ~/
cp ${BASEDIR}/.psqlrc ~/
#
cp ${BASEDIR}/.sqliterc ~/
#
cp ${BASEDIR}/.psqlrc ~/
cp ${BASEDIR}/.wgetrc ~/
# nvim
mkdir -p ~/.config || true