view .chezmoiexternal.toml @ 752:e9a6e3dd0139

[pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 ? v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/JohnnyMorganz/StyLua: v0.15.1 ? v0.15.3](https://github.com/JohnnyMorganz/StyLua/compare/v0.15.1...v0.15.3) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.2 ? v3.0.0-alpha.4](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.2...v3.0.0-alpha.4)
author pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
date Mon, 12 Dec 2022 20:18:05 +0000
parents 0a59c00d64d9
children a1a7841c55d2
line wrap: on
line source

{{- if ne .chezmoi.os "windows" }}
[".tmux/plugins/tmux-yank"]
  type = "archive"
  url = "https://github.com/tmux-plugins/tmux-yank/archive/1b1a436e19f095ae8f825243dbe29800a8acd25c.tar.gz"
  exact = true
  stripComponents = 1

[".tmux/plugins/tmux-better-mouse-mode"]
  type = "archive"
  url = "https://github.com/NHDaly/tmux-better-mouse-mode/archive/aa59077c635ab21b251bd8cb4dc24c415e64a58e.tar.gz"
  exact = true
  stripComponents = 1

[".tmux/plugins/tmux-thumbs"]
  type = "archive"
  url = "https://github.com/fcsonline/tmux-thumbs/archive/a18ab2f49975c7b9d7e20e2d3b08696e1ec98f88.tar.gz"
  exact = true
  stripComponents = 1

[".zsh/zsh-history-substring-search.zsh"]
  type = "file"
  url = "https://github.com/zsh-users/zsh-history-substring-search/raw/4abed97b6e67eb5590b39bcd59080aa23192f25d/zsh-history-substring-search.zsh"

[".zsh/zsh-autosuggestions.zsh"]
  type = "file"
  url = "https://raw.githubusercontent.com/zsh-users/zsh-autosuggestions/fcca87555fe5c0c93c5ba865505a7e5d7a1a95cb/zsh-autosuggestions.zsh"

[".zsh/fast-syntax-highlighting"]
  type = "archive"
  url = "https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/ef8ba84c3a76c768f49a0bdd2a620b2f53c2478a.tar.gz"
  exact = true
  stripComponents = 1

[".zsh/zsh-histdb"]
  type = "archive"
  url = "https://github.com/larkery/zsh-histdb/archive/30797f0c50c31c8d8de32386970c5d480e5ab35d.tar.gz"
  exact = true
  stripComponents = 1

[".zsh/fzf-histdb.zsh"]
  type = "file"
  url = "https://github.com/m42e/zsh-histdb-fzf/raw/055523a798acf02a67e242b3281d917f5ee4309a/fzf-histdb.zsh"

[".zsh/zsh-vi-mode.zsh"]
  type = "file"
  url = "https://github.com/jeffreytse/zsh-vi-mode/raw/9e909d0bdd0aff36ca60ea213ec92f46a554b288/zsh-vi-mode.zsh"

[".zsh/zsh-histdb-skim/zsh-histdb-skim.zsh"]
  type = "file"
  url = "https://github.com/m42e/zsh-histdb-skim/raw/v0.7.6/zsh-histdb-skim.zsh"

[".zsh/zsh-defer.zsh"]
  type = "file"
  url = "https://github.com/romkatv/zsh-defer/raw/3770c54fb4b25a1256dfaabbde37c4399c1f9298/zsh-defer.plugin.zsh"

[".zsh/fzf-tab"]
  type = "archive"
  url = "https://github.com/aloxaf/fzf-tab/archive/14f66e4d3d0b366552c0412eb08ca9e0f7c797bd.tar.gz"
  exact = true
  stripComponents = 1

[".zsh/completions/_fd"]
  type = "file"
  url = "https://github.com/sharkdp/fd/raw/v8.3.2/contrib/completion/_fd"

[".zsh/completions/_rg"]
  type = "file"
  url = "https://github.com/BurntSushi/ripgrep/raw/13.0.0/complete/_rg"

[".zsh/completions/_brew"]
  type = "file"
  url = "https://github.com/Homebrew/brew/raw/master/completions/zsh/_brew"
  refreshPeriod = "168h"

[".zsh/completions/_chezmoi"]
  type = "file"
  url = "https://github.com/twpayne/chezmoi/raw/v2.15.1/completions/chezmoi.zsh"

[".zsh/completions/_pass"]
  type = "file"
  url = "https://git.zx2c4.com/password-store/plain/src/completion/pass.zsh-completion"

{{- end}}