dotfiles/.install.conf.yaml

38 lines
616 B
YAML
Raw Normal View History

2021-02-01 19:17:51 +01:00
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
# vim
~/.vim: vim
~/.vimrc: vim/vimrc
2021-02-02 16:16:19 +01:00
# Tmux
~/.tmux.conf: tmux/tmux.conf
~/.tmux/plugins: tmux/plugins
2021-02-02 17:02:56 +01:00
~/.tmux/plugins/tpm: tmux/tpm
2021-02-02 16:16:19 +01:00
2021-02-03 22:03:59 +01:00
#ZSH
~/.zshrc: zsh/zshrc
2021-02-04 14:16:29 +01:00
~/.p10k.zsh: zsh/p10k.zsh
2021-02-03 22:29:58 +01:00
~/.zsh/antigen: zsh/antigen
2021-02-04 14:16:29 +01:00
~/.zsh/themes: zsh/themes
~/.zsh/aliases: zsh/aliases
~/.zsh/plugins: zsh/plugins
2021-02-03 22:03:59 +01:00
2021-02-01 19:17:51 +01:00
# bash
~/.bash:
force: true
path: bash
~/.bashrc:
force: true
path: bash/bashrc
- shell:
- git submodule sync --recursive