Added .zshrc, ohmyzsh, & themes

This commit is contained in:
2022-01-26 18:43:13 -06:00
parent ba3638f2fa
commit 7eccbca38c
3 changed files with 24 additions and 0 deletions

22
sh/.zshrc Normal file
View File

@ -0,0 +1,22 @@
TOOLKIT=/etc/toolkit
ZSH=$TOOLKIT/sh/ohmyzsh
ZSH_CUSTOM=$ZSH/custom
ZSH_THEME="awesomepanda"
TOOLKIT=/etc/toolkit
zstyle ':omz:update' mode auto # update automatically without asking
zstyle ':omz:update' frequency 14
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
plugins=(git)
ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh
if [[ ! -d $ZSH_CACHE_DIR ]]; then
mkdir $ZSH_CACHE_DIR
fi
source $ZSH/oh-my-zsh.sh
source $TOOLKIT/sh/load.sh

1
sh/ohmyzsh Submodule

Submodule sh/ohmyzsh added at 3741d1aa02

1
themes/layan Submodule

Submodule themes/layan added at 1b81c87a6e