1
0

Merge branch 'master' of ssh://djib.fr:2311/djib/Dotfiles

This commit is contained in:
2019-10-05 17:45:33 +02:00

View File

@ -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