Make backup instead of asking for confirmation
This commit is contained in:
@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|||||||
link_config () {
|
link_config () {
|
||||||
local name="$1"
|
local name="$1"
|
||||||
echo "Installing $name"
|
echo "Installing $name"
|
||||||
ln -si "$DIR/$name" "$HOME/.$name"
|
ln -sb "$DIR/$name" "$HOME/.$name"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ ! -d ~/.vim/bundle ]; then
|
if [ ! -d ~/.vim/bundle ]; then
|
||||||
|
Reference in New Issue
Block a user