Changed terminal to kitty and split up even more shit

This commit is contained in:
Daniel Løvbrøtte Olsen
2019-01-09 00:28:02 +01:00
parent 721c51e470
commit 6e14acf607
116 changed files with 128 additions and 103 deletions

View File

@@ -0,0 +1,7 @@
ARG base
FROM p9k:${base}
COPY docker/zulu/install.zsh /tmp/
RUN zsh /tmp/install.zsh
COPY ./ p9k/

View File

@@ -0,0 +1,10 @@
#!zsh
# install zulu https://github.com/zulu-zsh/zulu
curl -L https://git.io/zulu-install | zsh && zsh
{
echo 'zulu fpath add ~/p9k'
echo 'zulu fpath add ~/p9k/functions'
echo 'zulu theme powerlevel9k'
} >> ~/.zshrc