summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2021-06-06 15:06:52 +0200
committerpks <pks@pks.rocks>2021-06-06 15:06:52 +0200
commitdad51d67d3b5a24cef7680dfb731189bb295ee02 (patch)
tree4ce41e6afd1235abe87fa823b80e7ff7ff3c9810 /setup.sh
parent0135cf12db586981c111b2d331e0b524103e12ab (diff)
setup.sh
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 5cd8080..c5be270 100755
--- a/setup.sh
+++ b/setup.sh
@@ -13,13 +13,14 @@ DIRS=(.config \
.mozilla/firefox \
.vim \
.mutt/tmp \
+ .ssh \
)
DIRS_Linux=(.ncftp \
.urxvt
)
for i in $DIRS; do
- rm $HOME/$i
+ rm -f $HOME/$i
mkdir -p $HOME/$i
done