aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorElizabeth <me@liz.coffee>2025-05-19 23:03:02 -0700
committerElizabeth <me@liz.coffee>2025-05-19 23:03:02 -0700
commit15b24ab9d782a8e5683f305ec8b1c31849a64246 (patch)
treebdb7c85f0d1f81e493c43360125ca61d6d26145c /zsh/.zshrc
downloaddots-15b24ab9d782a8e5683f305ec8b1c31849a64246.tar.gz
dots-15b24ab9d782a8e5683f305ec8b1c31849a64246.zip
initial commit
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc38
1 files changed, 38 insertions, 0 deletions
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
+
+#-- <startup> --
+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
+#-- </startup> --
+
+#-- <misc> --
+. "$ZDOTDIR/setup/misc.zsh"
+#-- </misc> --
+
+#-- <common_aliases> --
+. "$ZDOTDIR/setup/aliases.zsh"
+#-- </common_aliases> --
+
+#-- <shell_opts> --
+. "$ZDOTDIR/setup/history.zsh"
+#-- </shell_opts> --
+
+#-- <misc> --
+. "$ZDOTDIR/setup/git.zsh"
+#-- </misc> --
+
+#-- <device> --
+. "$ZDOTDIR/setup/device.zsh"
+#-- </device> --
+
+#-- <tools> --
+. "$ZDOTDIR/setup/tools.zsh"
+#-- </tools> --
+
+#-- <gpg> --
+. "$ZDOTDIR/setup/gpg.zsh"
+#-- </gpg> --