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"