This website works better with JavaScript.
Home
Help
Sign In
djib
/
Dotfiles
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Make backup instead of asking for confirmation
master
djib
2 years ago
parent
c87fa9ea35
commit
a35ce2576f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
install.sh
+ 1
- 1
install.sh
View File
@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
link_config
(
)
{
local
name
=
"
$1
"
echo
"
Installing
$name
"
ln -s
i
"
$DIR
/
$name
"
"
$HOME
/.
$name
"
ln -s
b
"
$DIR
/
$name
"
"
$HOME
/.
$name
"
}
if
[
! -d ~/.vim/bundle
]
;
then
Write
Preview
Loading…
Cancel
Save