add gitconfig
This commit is contained in:
parent
10a4cec68f
commit
9d86806f94
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@ RUN apt-get update \
|
||||||
RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \
|
RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \
|
||||||
&& git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles \
|
&& git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles \
|
||||||
&& ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf \
|
&& ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf \
|
||||||
|
&& ln -s ~/dotfiles/.gitconfig ~/.gitconfig \
|
||||||
&& ln -s ~/dotfiles/.vimrc ~/.vimrc \
|
&& ln -s ~/dotfiles/.vimrc ~/.vimrc \
|
||||||
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
|
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
|
||||||
&& rm ~/.bashrc \
|
&& rm ~/.bashrc \
|
||||||
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \
|
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \
|
||||||
&& vim +PluginInstall +qall \
|
&& vim +PluginInstall +qall
|
||||||
&& git config --global --add safe.directory '*'
|
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash"]
|
ENTRYPOINT ["/bin/bash"]
|
||||||
|
|
Loading…
Reference in a new issue