This website requires JavaScript.
Explore
Help
Sign In
Customization
/
powerlevel10k
Watch
1
Star
0
Fork
You've already forked powerlevel10k
0
mirror of
https://github.com/romkatv/powerlevel10k.git
synced
2024-11-11 00:00:06 +00:00
Code
Releases
Activity
7611cfda98
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 06:46:32 +00: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-10 22:39:55 +00:00
COPY
./ p9k/
COPY
docker/dotfile/zshrc .zshrc
Copy permalink