File: Dockerfile

package info (click to toggle)
powerlevel9k 0.6.7-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 784 kB
  • sloc: sh: 4,498; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
ARG base
FROM p9k:${base}

COPY docker/zplug/install.zsh /tmp/
RUN zsh /tmp/install.zsh

COPY ./ p9k/
COPY docker/zplug/zshrc .zshrc