From 15b24ab9d782a8e5683f305ec8b1c31849a64246 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Mon, 19 May 2025 23:03:02 -0700 Subject: initial commit --- zsh/.zshrc | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 zsh/.zshrc (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc new file mode 100644 index 0000000..a2376b7 --- /dev/null +++ b/zsh/.zshrc @@ -0,0 +1,38 @@ +#!/bin/zsh + +#-- -- +export XDG_CONFIG_HOME="$HOME/.config" +export ZDOTDIR=${XDG_CONFIG_HOME:-$HOME/.config}/zsh +export PATH=$PATH:$HOME/scripts:$HOME/.local/bin + +source log.sh ".zshrc" +greet.sh +#-- -- + +#-- -- +. "$ZDOTDIR/setup/misc.zsh" +#-- -- + +#-- -- +. "$ZDOTDIR/setup/aliases.zsh" +#-- -- + +#-- -- +. "$ZDOTDIR/setup/history.zsh" +#-- -- + +#-- -- +. "$ZDOTDIR/setup/git.zsh" +#-- -- + +#-- -- +. "$ZDOTDIR/setup/device.zsh" +#-- -- + +#-- -- +. "$ZDOTDIR/setup/tools.zsh" +#-- -- + +#-- -- +. "$ZDOTDIR/setup/gpg.zsh" +#-- -- -- cgit v1.2.3-70-g09d2