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,10 @@
# load zgen
source ~/.zgen/zgen.zsh
# if the init scipt doesn't exist
if ! zgen saved; then
zgen load ~/p9k/powerlevel9k.zsh-theme
# generate the init script from plugins above
zgen save
fi