We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e3884 commit a23bd24Copy full SHA for a23bd24
docker/base/fixups/postfix
@@ -22,9 +22,7 @@ download_app_configs() {
22
23
# download configs for vim plugin.
24
mkdir -p "${home}"/.vim/colors "${CONFDIR}"/.vim/bundle
25
- echo "git 1"
26
git clone "https://github.com/VundleVim/Vundle.vim.git" "${home}"/.vim/bundle/Vundle.vim
27
- echo "git 2"
28
wget -O "${home}"/.vim/colors/gruvbox.vim $WGET_FLAG "https://raw.githubusercontent.com/morhetz/gruvbox/master/colors/gruvbox.vim"
29
fi
30
0 commit comments