Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
configuration
vim
Commits
4ef294dc
Commit
4ef294dc
authored
Sep 30, 2020
by
Adrien Oliva
Browse files
Ensure .vim folder exists
parent
9cd5cfe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
4ef294dc
...
...
@@ -3,6 +3,7 @@
CWD
=
"
$(
dirname
"
$(
readlink
-f
"
$0
"
)
"
)
"
echo
"Install configuration files"
mkdir
-p
"
${
HOME
}
/.vim/config/"
rsync
-av
--delete
"
${
CWD
}
/config/"
"
${
HOME
}
/.vim/config/"
cp
-vf
"
${
CWD
}
/vimrc"
"
${
HOME
}
/.vim/vimrc"
cp
-vf
"
${
CWD
}
/vim-ctags"
"
${
HOME
}
/.vim/vim-ctags"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment