dotfiles/.install.conf.yaml

25 lines
495 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-17 19:22:01 +01:00
~/.config/vim: vim
~/.config/nvim: vim
2022-03-16 00:38:47 +01:00
~/.config/bash: bash
2022-03-17 19:22:01 +01:00
~/.tmux.conf: tmux/.tmux.conf
2022-03-16 00:38:47 +01:00
~/.local/share/tmux: tpm
2022-03-19 22:31:58 +01:00
~/.config/utils: utils
~/.gitconfig: configs/.gitconfig
~/.macos:
if: '[ `uname` = Darwin ]'
path: configs/.macos
2022-03-12 22:00:25 +01:00
- shell:
2022-03-17 19:22:01 +01:00
- git submodule sync --recursive