This website works better with JavaScript.
Explore
Help
Sign In
Tack-Support
/
powerlevel10k
Watch
1
Star
0
Fork
You've already forked powerlevel10k
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ebbdb3c1c0
master
termux-wifi
nerdfonts-v3
kitty
vcs
screenshot
v1.20.0
v1.18.0
v1.17.0
v1.16.1
v1.16.0
v1.15.0
v1.14.6
v1.14.5
v1.14.4
v1.14.3
v1.14.2
v1.14.1
v1.14.0
v1.13.0
v1.12.0
v1.11.0
v1.0
v1.1
v1.10.0
v1.10.1
v1.19.0
v1.2.0
v1.3.0
v1.4.0
v1.5.0
v1.6.0
v1.6.1
v1.7.0
v1.8.0
v1.8.1
v1.8.2
v1.9.0
v1.9.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ebbdb3c1c0'
${ noResults }
powerlevel10k
/
docker
/
zim
/
Dockerfile
8 lines
100 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
7 years ago
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.
7 years ago
COPY
docker/zim/install.zsh /tmp/
RUN
zsh /tmp/install.zsh
COPY
./ p9k/