aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-05-26 16:01:58 +0200
committerThomas Schmucker <ts@its1.de>2023-05-26 16:01:58 +0200
commitea20114f0842e9995e5bd8fa01c88c8f6516b80d (patch)
tree5e0fee0df215c34bb90280ecf3aa0463534b18cc /install.sh
parent721735b33707a981d9a93ae4dce2784b61155873 (diff)
downloaddotfiles-ea20114f0842e9995e5bd8fa01c88c8f6516b80d.tar.gz
dotfiles-ea20114f0842e9995e5bd8fa01c88c8f6516b80d.tar.bz2
dotfiles-ea20114f0842e9995e5bd8fa01c88c8f6516b80d.zip
Unterstützung für NPM hinzugefügt
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 3d2392b..50f66b6 100755
--- a/install.sh
+++ b/install.sh
@@ -43,3 +43,6 @@ cp nexrc/nexrc ~/.nexrc
43# mailcap 43# mailcap
44cp mailcap/mailcap ~/.mailcap 44cp mailcap/mailcap ~/.mailcap
45 45
46# npmrc
47cp npm/npmrc ~/.npmrc
48