Added .zshrc, ohmyzsh, & themes
This commit is contained in:
22
sh/.zshrc
Normal file
22
sh/.zshrc
Normal 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
1
sh/ohmyzsh
Submodule
Submodule sh/ohmyzsh added at 3741d1aa02
1
themes/layan
Submodule
1
themes/layan
Submodule
Submodule themes/layan added at 1b81c87a6e
Reference in New Issue
Block a user