diff options
Diffstat (limited to '')
-rw-r--r-- | .chezmoiignore | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore new file mode 100644 index 0000000..076df73 --- /dev/null +++ b/.chezmoiignore @@ -0,0 +1,92 @@ +# files in repo +README +etc +emacsen +Makefile +fonts +root +packages-debian +packages-openbsd +.gitmodules +chezmoi.toml.censored +crontab + +{{- if ne .chezmoi.os "openbsd" }} +# only install if on openbsd +.urxvt/perl +.xmonad/build +.xmonad/xmonad-config.cabal +{{- end }} + +# files in home +.*~ +.**/*~ +.Xauthority +.auth.gpg +.bash_history +.cache +.config/GIMP +.config/Recoll.org +.config/Signal +.config/borg +.config/chezmoi +.config/dconf +.config/evince +.config/gtk-3.0 +.config/htop +.config/ncmpcpp/* +!.config/ncmpcpp/config +.config/pavucontrol.ini +.config/pulse/* +!.config/pulse/daemon.conf +!.config/pulse/default.pa +.emacs.d/auto-save-list +.emacs.d/elpa/* +!.emacs.d/elpa/gnupg +!.emacs.d/elpa/gnupg/pubring.kbx +.emacs.d/transient +.fonts +.gnupg/* +!.gnupg/gpg-agent.conf.tmpl +!.gnupg/gpg.conf +.go +.keychain +.lbdb/* +!.lbdb/lbdbrc +.lesshst +.local/share +.lyrics +.mozilla +.mutt/cache +.mutt/tmp +.opam +.recoll +.ssh/known_hosts.old +.ssh/keys/{{ .chezmoi.hostname }}/id_ed25519 +.ssh/keys/{{ .chezmoi.hostname }}/id_rsa +.texlive202* +.texmf/doc +.texmf/fonts +.texmf/tex +.texmf/web2c/tlmgr.log +.urxvt +.urxvt/urxvt-* +.viminfo +.w3m +.xkb/keymap +.xmonad/layout +.xmonad/prompt-history +.xmonad/xmonad-x86_64-linux +.xmonad/xmonad.errors +.xmonad/xmonad.hi +.xmonad/xmonad.o +.xsession-errors +.zcompdump +.zsh/**/*.zwc +.zsh/cache +.zsh/history +Documents +Downloads +News +src +tmp |