Files
dotfiles/.dotbot.conf.yaml
2024-07-16 18:35:25 +02:00

33 lines
896 B
YAML

- defaults:
link:
relink: true
- clean: ["~"]
- create:
- ~/.config/gh
- ~/.config/gh-dash
- ~/.config/tmux
- link:
~/.config/fish: fish
~/.config/gh-dash/config.yml: github/gh-dash/config.yml
~/.config/gh/config.yml: github/gh/config.yml
~/.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
~/.wezterm.lua: wezterm/wezterm.lua
~/.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,
]