Five directories swept in held no files — matplotlib, three gtk dirs and one mpv. Git cannot represent an empty directory, so they existed on mainframe where they were created but vanished on clone, and system76's install failed with "Nonexistent target". install now checks every link source exists before running dotbot, so this surfaces on the machine that introduced it rather than the next one to pull.
31 lines
942 B
YAML
31 lines
942 B
YAML
# Links every host gets, whatever it is. Anything that depends on the machine
|
|
# belongs in meta/hosts/<hostname>.conf.yaml instead.
|
|
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
force: true
|
|
|
|
- clean: ['~', '~/.config']
|
|
|
|
- create:
|
|
- ~/downloads
|
|
- ~/projects
|
|
- ~/documents
|
|
- ~/.local/bin # a real directory now, owned by package managers
|
|
- ~/.local/share/go
|
|
- ~/.config/git
|
|
|
|
- link:
|
|
~/.zshenv: common/zsh/zshenv
|
|
~/.zshrc: common/zsh/zshrc
|
|
~/.config/nvim: common/nvim
|
|
~/.config/htop: common/htop
|
|
~/.config/lf: common/lf
|
|
~/.config/starship.toml: common/starship.toml
|
|
~/.gitconfig: common/git/config
|
|
~/.ssh/config: common/ssh/config
|
|
~/.config/lazygit: common/lazygit
|
|
~/.config/ncmpcpp: common/ncmpcpp
|
|
~/.config/neofetch: common/neofetch
|