Skip to content

Commit 957c779

Browse files
author
Steve Jeong
committed
docker: change configs owner.
Signed-off-by: Steve Jeong <[email protected]>
1 parent b24ef58 commit 957c779

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/base/fixups/postfix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ download_app_configs() {
2424
mkdir -p "${home}"/.vim/colors "${CONFDIR}"/.vim/bundle
2525
git clone "https://github.com/VundleVim/Vundle.vim.git" "${home}"/.vim/bundle/Vundle.vim
2626
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
2730
fi
2831

2932
echo "Finish Download app configs"

0 commit comments

Comments
 (0)