aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index ff71c27..e6cff50 100755
--- a/install.sh
+++ b/install.sh
@@ -2,8 +2,7 @@
create_dotfile_link()
{
- ln -sf $DOTDIR/$1 $HOME/$2
- echo "Created link for $1 to $HOME/$2"
+ ln -svf $DOTDIR/$1 $HOME/$2
}
create_dotfile_link_same()