view .chezmoiexternal.toml @ 559:a47f3aab0371

Use machine specific history database
author Zeger Van de Vannet <zegervdv@me.com>
date Tue, 15 Feb 2022 13:20:46 +0100
parents 8068fbfa794c
children 82804ad59177
line wrap: on
line source

[".tmux/plugins/tmux-yank"]
  type = "archive"
  url = "https://github.com/tmux-plugins/tmux-yank/archive/master.tar.gz"
  exact = true
  stripComponents = 1
  refreshPeriod = "168h"

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

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

[".zsh/zsh-history-substring-search.zsh"]
  type = "file"
  url = "https://github.com/zsh-users/zsh-history-substring-search/raw/master/zsh-history-substring-search.zsh"
  refreshPeriod = "168h"

[".zsh/zsh-autosuggestions.zsh"]
  type = "file"
  url = "https://github.com/zsh-users/zsh-autosuggestions/raw/master/zsh-autosuggestions.zsh"
  refreshPeriod = "168h"

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

[".zsh/zsh-histdb"]
  type = "archive"
  url = "https://github.com/larkery/zsh-histdb/archive/master.tar.gz"
  exact = true
  stripComponents = 1
  refreshPeriod = "168h"

[".zsh/fzf-histdb.zsh"]
  type = "file"
  url = "https://github.com/m42e/zsh-histdb-fzf/raw/master/fzf-histdb.zsh"
  refreshPeriod = "168h"

[".zsh/zsh-vi-mode.zsh"]
  type = "file"
  url = "https://github.com/jeffreytse/zsh-vi-mode/raw/master/zsh-vi-mode.zsh"
  refreshPeriod = "168h"

[".zsh/jq-zsh-plugin"]
  type = "archive"
  url = "https://github.com/reegnz/jq-zsh-plugin/archive/master.tar.gz"
  exact = true
  stripComponents = 1
  refreshPeriod = "168h"

[".zsh/completions/_fd"]
  type = "file"
  url = "https://github.com/sharkdp/fd/raw/master/contrib/completion/_fd"
  refreshPeriod = "168h"

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