view .chezmoiignore @ 724:e442bbd36b87

feat: copy current file path relative to repo root and line nr to clipboard
author zegervdv <zegervdv@me.com>
date Fri, 09 Dec 2022 17:59:37 +0100
parents 5631c3f65dc1
children ec5b57266af2
line wrap: on
line source

.github
README.md
*.orig
**/.orig
*.rej
stylua.toml
scripts
.pre-commit-config.yaml
*~

{{ if ne .chezmoi.os "windows" }}
AppData/*
{{ end }}

{{ if eq .chezmoi.os "windows" }}
.config/nvim/*
.bashrc
.zshrc
.Brewfile
.inputrc
.lscolors
.tmux.conf
bin/*
.zsh/*
{{ end }}

{{ if ne .chezmoi.os "linux" }}
.local/share/applications/*
{{ end }}