4 changed files with 18 additions and 12 deletions
@ -1,14 +1,14 @@ |
|||||||
FROM alvisisme/docker-ubuntu-1604-163 |
FROM alvisisme/docker-ubuntu-1604-163 |
||||||
|
|
||||||
LABEL maintainer="Alvis Zhao <alvisisme@163.com>" |
LABEL maintainer="Alvis Zhao <alvisisme@163.com>" |
||||||
|
|
||||||
RUN apt-get update && \ |
RUN apt-get update && \ |
||||||
apt-get install -y git vim zsh tmux && \ |
apt-get install -y vim zsh tmux |
||||||
chsh -s $(which zsh) |
|
||||||
|
COPY zsh /root/.oh-my-terminal/zsh |
||||||
COPY zsh /root/.oh-my-zsh |
COPY tmux /root/.oh-my-terminal/tmux |
||||||
COPY zsh/templates/zshrc.zsh-template /root/.zshrc |
COPY vim /root/.oh-my-terminal/vim |
||||||
COPY tmux/.tmux.conf /root/.tmux.conf |
COPY setup.sh /root/.oh-my-terminal/setup.sh |
||||||
COPY tmux/.tmux.conf.local /root/.tmux.conf.local |
RUN sh /root/.oh-my-terminal/setup.sh |
||||||
COPY vim /root/.vim_runtime |
|
||||||
RUN sh /root/.vim_runtime/install_basic_vimrc.sh |
|
||||||
|
|
||||||
ENTRYPOINT [ "/bin/zsh" ] |
ENTRYPOINT [ "/bin/zsh" ] |
Loading…
Reference in new issue