sort dotfiles layer
This commit is contained in:
parent
7654411b85
commit
1ca7798b0a
1 changed files with 8 additions and 3 deletions
|
@ -33,10 +33,15 @@ RUN apt-get update \
|
||||||
acl \
|
acl \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
pwgen \
|
pwgen \
|
||||||
keychain \
|
|
||||||
bc \
|
bc \
|
||||||
jq \
|
jq \
|
||||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* requirements.txt requirements.yaml \
|
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* requirements.txt requirements.yaml \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
RUN wget --quiet https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash ./setup_minimal.sh
|
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
||||||
|
RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \
|
||||||
|
&& git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles \
|
||||||
|
&& ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf \
|
||||||
|
&& ln -s ~/dotfiles/.vimrc ~/.vimrc \
|
||||||
|
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
|
||||||
|
&& vim +PluginInstall +qall
|
||||||
|
|
Loading…
Reference in a new issue