From 7eccbca38c633d61bc8ca5f395509a51c4253a00 Mon Sep 17 00:00:00 2001 From: Coby Powers Date: Wed, 26 Jan 2022 18:43:13 -0600 Subject: [PATCH] Added .zshrc, ohmyzsh, & themes --- sh/.zshrc | 22 ++++++++++++++++++++++ sh/ohmyzsh | 1 + themes/layan | 1 + 3 files changed, 24 insertions(+) create mode 100644 sh/.zshrc create mode 160000 sh/ohmyzsh create mode 160000 themes/layan diff --git a/sh/.zshrc b/sh/.zshrc new file mode 100644 index 0000000..e18b2b3 --- /dev/null +++ b/sh/.zshrc @@ -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 diff --git a/sh/ohmyzsh b/sh/ohmyzsh new file mode 160000 index 0000000..3741d1a --- /dev/null +++ b/sh/ohmyzsh @@ -0,0 +1 @@ +Subproject commit 3741d1aa0253291c432e6ce3469f1d16dedbc914 diff --git a/themes/layan b/themes/layan new file mode 160000 index 0000000..1b81c87 --- /dev/null +++ b/themes/layan @@ -0,0 +1 @@ +Subproject commit 1b81c87a6e0d7b51ea5131b51462b77dfa28bfd0