From d873613dc0a5977d52b3e2d85401fca53ac7f3ee Mon Sep 17 00:00:00 2001 From: Amy Retzerau Date: Sat, 13 Sep 2025 20:47:27 +0200 Subject: [PATCH] feat: added zsh as shell --- .config/zsh_custom/90-aliases.zsh | 1 + .config/zsh_custom/plugins/zsh-syntax-highlighting | 1 + .config/zsh_custom/themes/powerlevel10k | 1 + .gitmodules | 9 +++++++++ .ohmyzsh | 1 + 5 files changed, 13 insertions(+) create mode 100644 .config/zsh_custom/90-aliases.zsh create mode 160000 .config/zsh_custom/plugins/zsh-syntax-highlighting create mode 160000 .config/zsh_custom/themes/powerlevel10k create mode 100644 .gitmodules create mode 160000 .ohmyzsh diff --git a/.config/zsh_custom/90-aliases.zsh b/.config/zsh_custom/90-aliases.zsh new file mode 100644 index 0000000..3689092 --- /dev/null +++ b/.config/zsh_custom/90-aliases.zsh @@ -0,0 +1 @@ +alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' diff --git a/.config/zsh_custom/plugins/zsh-syntax-highlighting b/.config/zsh_custom/plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..5eb677b --- /dev/null +++ b/.config/zsh_custom/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 5eb677bb0fa9a3e60f0eff031dc13926e093df92 diff --git a/.config/zsh_custom/themes/powerlevel10k b/.config/zsh_custom/themes/powerlevel10k new file mode 160000 index 0000000..36f3045 --- /dev/null +++ b/.config/zsh_custom/themes/powerlevel10k @@ -0,0 +1 @@ +Subproject commit 36f3045d69d1ba402db09d09eb12b42eebe0fa3b diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7035860 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule ".ohmyzsh"] + path = .ohmyzsh + url = https://github.com/ohmyzsh/ohmyzsh.git +[submodule "/home/amy/.config/zsh_custom/themes/powerlevel10k"] + path = /home/amy/.config/zsh_custom/themes/powerlevel10k + url = https://github.com/romkatv/powerlevel10k.git +[submodule ".config/zsh_custom/plugins/zsh-syntax-highlighting"] + path = .config/zsh_custom/plugins/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting diff --git a/.ohmyzsh b/.ohmyzsh new file mode 160000 index 0000000..9e23925 --- /dev/null +++ b/.ohmyzsh @@ -0,0 +1 @@ +Subproject commit 9e23925b8581d22033f07f1983587412d3761494