Change oh-my-zsh theme

This commit is contained in:
2023-03-30 20:04:34 -05:00
parent 05ee6c9ea5
commit 7acecba69b
2 changed files with 15 additions and 2 deletions

13
scripts/tasks.txt Normal file
View File

@ -0,0 +1,13 @@
# Setup tasks
- Determine which package manager to use based on distro
- Update & upgrade system
- Install necessary packages (zsh)
- Ask which user wants shell and dotfiles & install them
- Ask to install cronjobs & install them
- Ask to install SSH configurations & install them

View File

@ -1,6 +1,6 @@
TOOLKIT=/etc/toolkit TOOLKIT=/etc/toolkit
ZSH=$TOOLKIT/sh/ohmyzsh ZSH=$TOOLKIT/sh/ohmyzsh
ZSH_THEME="bira" ZSH_THEME="gnzh"
ZSH_CUSTOM=$TOOLKIT/sh/ohmyzsh-custom ZSH_CUSTOM=$TOOLKIT/sh/ohmyzsh-custom
ZSH_CUSTOM_USER_SCRIPTS=$HOME/.zsh-scripts ZSH_CUSTOM_USER_SCRIPTS=$HOME/.zsh-scripts
ZSH_CACHE_DIR=$HOME/.zsh-cache ZSH_CACHE_DIR=$HOME/.zsh-cache
@ -20,4 +20,4 @@ zstyle ':omz:update' frequency 14
mkdir -p $ZSH_CUSTOM_USER_SCRIPTS mkdir -p $ZSH_CUSTOM_USER_SCRIPTS
mkdir -p $ZSH_CACHE_DIR mkdir -p $ZSH_CACHE_DIR
load_scripts_in_dir $ZSH_CUSTOM_USER_SCRIPTS load_scripts_in_dir $ZSH_CUSTOM_USER_SCRIPTS