Change oh-my-zsh theme
This commit is contained in:
13
scripts/tasks.txt
Normal file
13
scripts/tasks.txt
Normal 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
|
@ -1,6 +1,6 @@
|
||||
TOOLKIT=/etc/toolkit
|
||||
ZSH=$TOOLKIT/sh/ohmyzsh
|
||||
ZSH_THEME="bira"
|
||||
ZSH_THEME="gnzh"
|
||||
ZSH_CUSTOM=$TOOLKIT/sh/ohmyzsh-custom
|
||||
ZSH_CUSTOM_USER_SCRIPTS=$HOME/.zsh-scripts
|
||||
ZSH_CACHE_DIR=$HOME/.zsh-cache
|
||||
@ -20,4 +20,4 @@ zstyle ':omz:update' frequency 14
|
||||
mkdir -p $ZSH_CUSTOM_USER_SCRIPTS
|
||||
mkdir -p $ZSH_CACHE_DIR
|
||||
|
||||
load_scripts_in_dir $ZSH_CUSTOM_USER_SCRIPTS
|
||||
load_scripts_in_dir $ZSH_CUSTOM_USER_SCRIPTS
|
||||
|
Reference in New Issue
Block a user