Move zsh configuration
This commit is contained in:
@@ -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
1
zsh/zshenv
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ZDOTDIR="$HOME/.config/zsh"
|
||||||
Reference in New Issue
Block a user