Compare commits
3 Commits
8aa021c323
...
412c9a640a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
412c9a640a | ||
|
|
5d7322bb44 | ||
|
|
fdb51ee6fa |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user