Files
dotfiles/.dotbot.conf.yaml
2024-07-18 19:02:14 +02:00

28 lines
703 B
YAML

- defaults:
link:
relink: true
- clean: ["~"]
- create:
- ~/.config/tmux
- link:
~/.config/fish: fish
~/.config/nvim: nvim
~/.config/starship.toml: prompt/starship.toml
~/.config/tmux/tmux-nerd-font-window-name.yml: tmux/tmux-nerd-font-window-name.yml
~/.gitmux.conf: tmux/gitmux.conf
~/.tmux-cht-command: tmux/tmux-cht-command
~/.tmux-cht-languages: tmux/tmux-cht-languages
~/.tmux.conf: tmux/tmux.conf
~/.zsh.d: zsh/zsh.d
~/.zshrc: zsh/zshrc
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [
~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1,
Installing tmux plugins,
]