Skip to content

Commit

Permalink
refactor(configuration): Refactor dotbot configuration
Browse files Browse the repository at this point in the history
With dotbot's default shell configurations we can simply keep
only the executable path.

Closes eieioxyz#25
  • Loading branch information
yasinmiran committed May 30, 2021
1 parent b8d9db1 commit 2c9ed60
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions install.conf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
- defaults:
link:
relink: true
shell:
stdout: true
stderr: true

- clean: ['~']

Expand All @@ -19,15 +22,7 @@
- ~/Work

- shell:
- command: ./setup_homebrew.zsh
stdout: true
stderr: true
- command: ./setup_zsh.zsh
stdout: true
stderr: true
- command: ./setup_node.zsh
stdout: true
stderr: true
- command: ./setup_macos.zsh
stdout: true
stderr: true
- ./setup_homebrew.zsh
- ./setup_zsh.zsh
- ./setup_node.zsh
- ./setup_macos.zsh

0 comments on commit 2c9ed60

Please sign in to comment.