diff --git a/scripts/tasks.txt b/scripts/tasks.txt new file mode 100644 index 0000000..bec485f --- /dev/null +++ b/scripts/tasks.txt @@ -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 diff --git a/sh/.zshrc b/sh/.zshrc index bf0e0ea..ad0bb67 100644 --- a/sh/.zshrc +++ b/sh/.zshrc @@ -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 \ No newline at end of file +load_scripts_in_dir $ZSH_CUSTOM_USER_SCRIPTS