Skip to content

Commit

Permalink
Adding fzf files only to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
helmerdavila committed Aug 26, 2022
1 parent 410c79d commit 658fad3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .chezmoiexternal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
type = "file"
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
refreshPeriod = "168h"
{{ if (eq .chezmoi.os "linux") }}
[".fzf"]
type = "archive"
url = "https://github.com/junegunn/fzf/archive/refs/heads/master.tar.gz"
exact = true
stripComponents = 1
type = "git-repo"
url = "https://github.com/junegunn/fzf.git"
refreshPeriod = "168h"
{{ end }}

0 comments on commit 658fad3

Please sign in to comment.