aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/install.sh b/install.sh
index 46b1776..c52c3b9 100755
--- a/install.sh
+++ b/install.sh
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
DIR=$(dirname "$0")
-cd $DIR
+cd "$DIR" || exit
-ln -sf $(pwd)/.vimrc $HOME/.vimrc
-rm -rf $HOME/.vim
-rm -rf $HOME/.config/vim
-ln -sf $(pwd)/vim $HOME/.config/vim
+ln -sf "$(pwd)/.vimrc" "$HOME/.vimrc"
+rm -rf "$HOME/.vim"
+rm -rf "$HOME/.config/vim"
+ln -sf "$(pwd)/vim" "$HOME/.config/vim"
ArKa projects. All rights to me, and your next child right arm.