From c06e83452487b9260fa99ca9219b293dfc5ea885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 5 May 2024 10:55:11 +0200 Subject: [PATCH] Move zsh configuration --- dotfiles.yml | 7 +++++-- zsh/zshenv | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 zsh/zshenv diff --git a/dotfiles.yml b/dotfiles.yml index b05513d..ff07ed0 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -15,6 +15,7 @@ empty_directories: - name: .config/git - name: .config/tmux - name: .config/i3 + - name: .config/zsh dotfiles: - from: git/gitconfig to: .config/git/config @@ -48,11 +49,13 @@ dotfiles: - from: x/xinitrc to: .xinitrc - from: zsh/zprofile - to: .zprofile + to: .config/zsh/.zprofile template: true - from: zsh/zshrc - to: .zshrc + to: .config/zsh/.zshrc template: true + - from: zsh/zshenv + to: .zshenv - from: dunst/dunstrc to: .config/dunstrc template: true diff --git a/zsh/zshenv b/zsh/zshenv new file mode 100644 index 0000000..1f6242a --- /dev/null +++ b/zsh/zshenv @@ -0,0 +1 @@ +ZDOTDIR="$HOME/.config/zsh"