summaryrefslogtreecommitdiff
path: root/dots/zsh/.config/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'dots/zsh/.config/zsh/.zshrc')
-rw-r--r--dots/zsh/.config/zsh/.zshrc38
1 files changed, 38 insertions, 0 deletions
diff --git a/dots/zsh/.config/zsh/.zshrc b/dots/zsh/.config/zsh/.zshrc
new file mode 100644
index 0000000..a2376b7
--- /dev/null
+++ b/dots/zsh/.config/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> --