This website requires JavaScript.
Explore
Help
Register
Sign In
mingzailao
/
powerlevel10k
mirror of
https://github.com/romkatv/powerlevel10k.git
Watch
1
Star
0
Fork
You've already forked powerlevel10k
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6bbff45bce
powerlevel10k
/
docker
/
dotfile
/
Dockerfile
6 lines
73 B
Docker
Raw
Normal View
History
Unescape
Escape
test-in-docker: Support for multiple ZSH versions -z --zsh can specify one of the versions of ZSH we can get from centos and ubuntu
2017-07-12 14:46:32 +08:00
ARG
base
FROM
p9k:${base}
test-in-docker: quickly test frameworks in docker This adds `./test-in-docker` for quickly playing with various frameworks. All the containers are based off Ubuntu 14.04 which has ZSH 5.0.2. Thanks to @dritter for figuring out all the framework installation methods.
2017-07-11 06:39:55 +08:00
COPY
./ p9k/
COPY
docker/dotfile/zshrc .zshrc