Skip to content

Commit

Permalink
make externals only load on Darwin and Linux systems
Browse files Browse the repository at this point in the history
  • Loading branch information
jls5177 committed Jul 20, 2022
1 parent cbb325c commit ba4a96d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/.chezmoiexternal.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if (or (eq .chezmoi.os "darwin") (eq .chezmoi.os "linux")) }}
[".oh-my-zsh"]
type = "archive"
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
Expand Down Expand Up @@ -40,3 +41,4 @@
url = "https://chromium.googlesource.com/chromium/tools/depot_tools/+archive/refs/heads/main.tar.gz"
exact = false
stripComponents = 0
{{ end }}

0 comments on commit ba4a96d

Please sign in to comment.