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 b24ef58 commit 957c779Copy full SHA for 957c779
docker/base/fixups/postfix
@@ -24,6 +24,9 @@ download_app_configs() {
24
mkdir -p "${home}"/.vim/colors "${CONFDIR}"/.vim/bundle
25
git clone "https://github.com/VundleVim/Vundle.vim.git" "${home}"/.vim/bundle/Vundle.vim
26
wget -O "${home}"/.vim/colors/gruvbox.vim $WGET_FLAG "https://raw.githubusercontent.com/morhetz/gruvbox/master/colors/gruvbox.vim"
27
+
28
+ # permission
29
+ chown -R ${ID}:${GROUP} ${home}/.vim ${home}/.gitconfig ${home}/.tmux.conf ${home}/.vimrc
30
fi
31
32
echo "Finish Download app configs"
0 commit comments