55 lines
771 B
Text
55 lines
771 B
Text
# Restic dotfiles backup include list
|
|
# One path per line, relative to $HOME
|
|
# Comments and blank lines are ignored
|
|
|
|
# Shell configuration
|
|
.bashrc
|
|
.bash_profile
|
|
.bash_logout
|
|
.zshrc
|
|
.zshenv
|
|
.zprofile
|
|
.profile
|
|
|
|
# Shell plugins/themes
|
|
.oh-my-zsh
|
|
.zsh
|
|
.bash_aliases
|
|
|
|
# SSH keys and config
|
|
.ssh
|
|
|
|
# Git configuration
|
|
.gitconfig
|
|
.gitignore_global
|
|
.git-credentials
|
|
|
|
# Development tools
|
|
.config/nvim
|
|
.vimrc
|
|
.vim
|
|
.config/Code/User
|
|
.editorconfig
|
|
|
|
# Development credentials
|
|
.npmrc
|
|
.yarnrc
|
|
.cargo/config
|
|
.pypirc
|
|
|
|
# Claude Code configuration
|
|
.claude
|
|
|
|
# Application configs (selective)
|
|
.config/alacritty
|
|
.config/kitty
|
|
.config/tmux
|
|
.tmux.conf
|
|
|
|
# Desktop environment (if applicable)
|
|
.config/autostart
|
|
.config/systemd/user
|
|
.local/share/applications
|
|
|
|
# Secrets (if vault is in home)
|
|
.vault
|