Move zsh configuration

This commit is contained in:
2024-05-05 10:55:11 +02:00
parent b49101eef6
commit c06e834524
2 changed files with 6 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ empty_directories:
- name: .config/git - name: .config/git
- name: .config/tmux - name: .config/tmux
- name: .config/i3 - name: .config/i3
- name: .config/zsh
dotfiles: dotfiles:
- from: git/gitconfig - from: git/gitconfig
to: .config/git/config to: .config/git/config
@@ -48,11 +49,13 @@ dotfiles:
- from: x/xinitrc - from: x/xinitrc
to: .xinitrc to: .xinitrc
- from: zsh/zprofile - from: zsh/zprofile
to: .zprofile to: .config/zsh/.zprofile
template: true template: true
- from: zsh/zshrc - from: zsh/zshrc
to: .zshrc to: .config/zsh/.zshrc
template: true template: true
- from: zsh/zshenv
to: .zshenv
- from: dunst/dunstrc - from: dunst/dunstrc
to: .config/dunstrc to: .config/dunstrc
template: true template: true

1
zsh/zshenv Normal file
View File

@@ -0,0 +1 @@
ZDOTDIR="$HOME/.config/zsh"