Mercurial > dotfiles
view .chezmoiexternal.toml @ 580:23426c0f0e58
Disable clipboard config on windows
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 25 Mar 2022 10:39:02 +0100 |
parents | 8e3088140ac6 |
children | d16dddcf165e |
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/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 [".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" {{- end}}