Skip to content

Commit

Permalink
Deploy zshrc and $ZSH/custom separately
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Jan 4, 2019
1 parent 70665a0 commit 242e53e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,12 @@ dotfiles:

# zsh
zshrc:
dst: ~/.oh-my-zsh/
src: ./zsh/
dst: ~/.zshrc
src: ./zsh/.zshrc
link: true
zsh_custom:
dst: ~/.oh-my-zsh/custom/
src: ./zsh/custom/

profiles:
Zeus:
Expand Down Expand Up @@ -265,6 +268,7 @@ profiles:
- yay
- zathura
- zshrc
- zsh_custom
Hermes:
dotfiles:
- alacritty.yml
Expand Down Expand Up @@ -303,4 +307,5 @@ profiles:
- yay
- zathura
- zshrc
- zsh_custom

0 comments on commit 242e53e

Please sign in to comment.