aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-03 15:40:15 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-03 15:40:15 +0200
commit800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4 (patch)
treedc8b90f4a790207d8520f6efa876a733cc662236 /install.sh
parent5260c02746f0825ee90eb56c4fe91a6bf39cc9cc (diff)
downloaddotfiles-800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4.tar.gz
dotfiles-800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4.tar.bz2
dotfiles-800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4.zip
vim haskell formating, removed auto wrapping, zsh alias
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()