add readme

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle
2015-06-06 17:53:25 -07:00
parent 1acfaf03c4
commit f80ce16e1f
2 changed files with 10 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ RUN mkdir -p $HOME/.mutt/cache/headers $HOME/.mutt/cache/bodies \
# vim settings
RUN git clone https://github.com/jfrazelle/.vim.git $HOME/.vim \
&& git clone https://github.com/altercation/vim-colors-solarized $HOME/.vim/bundle/vim-colors-solarized \
&& cp $HOME/.vim/vimrc.txt $HOME/.vimrc
&& cp $HOME/.vim/vimrc $HOME/.vimrc
ENV LANG C.UTF-8