dotfiles/.install.conf.yaml

18 lines
343 B
YAML
Raw Normal View History

2022-03-12 22:00:25 +01:00
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
2022-03-16 00:38:47 +01:00
~/.zshenv:
path: zsh/.zshenv
force: true
2022-03-12 22:00:25 +01:00
~/.config/zsh: zsh
2022-03-16 00:38:47 +01:00
~/.tmux.conf: tmux/.tmux.conf
~/.config/bash: bash
~/.local/share/tmux: tpm
# ~/.config/tmux/plugins: tpm
2022-03-12 22:00:25 +01:00
- shell:
- git submodule sync --recursive